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