Add chapeau field
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
},
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"chapeau": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -388,6 +388,7 @@ export interface ApiArticleArticle extends Schema.CollectionType {
|
||||
}
|
||||
>;
|
||||
date: Attribute.String;
|
||||
chapeau: Attribute.Text;
|
||||
createdAt: Attribute.DateTime;
|
||||
updatedAt: Attribute.DateTime;
|
||||
publishedAt: Attribute.DateTime;
|
||||
|
||||
Reference in New Issue
Block a user