ref: content schema

main
r4 2 years ago
parent e21f037efe
commit 936a38d54a

@ -56,6 +56,16 @@
"latitude": {
"type": "float",
"required": true
},
"marker": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}

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

Loading…
Cancel
Save