|
|
|
@ -381,6 +381,7 @@ export interface ApiArticleArticle extends Schema.CollectionType {
|
|
|
|
carousel: Attribute.Media;
|
|
|
|
carousel: Attribute.Media;
|
|
|
|
longitude: Attribute.Float & Attribute.Required;
|
|
|
|
longitude: Attribute.Float & Attribute.Required;
|
|
|
|
latitude: Attribute.Float & Attribute.Required;
|
|
|
|
latitude: Attribute.Float & Attribute.Required;
|
|
|
|
|
|
|
|
marker: Attribute.Media;
|
|
|
|
createdAt: Attribute.DateTime;
|
|
|
|
createdAt: Attribute.DateTime;
|
|
|
|
updatedAt: Attribute.DateTime;
|
|
|
|
updatedAt: Attribute.DateTime;
|
|
|
|
publishedAt: Attribute.DateTime;
|
|
|
|
publishedAt: Attribute.DateTime;
|
|
|
|
|