ff-webpage-cms/src/components/dynamic-zone/emphasise-article.json
2024-10-30 14:50:13 +01:00

23 lines
451 B
JSON

{
"collectionName": "components_dynamic_zone_emphasise_articles",
"info": {
"displayName": "Emphasise_Article",
"icon": "dashboard",
"description": ""
},
"options": {},
"attributes": {
"articles": {
"type": "relation",
"relation": "oneToMany",
"target": "api::article.article"
},
"titel": {
"type": "string",
"required": true
},
"description": {
"type": "text"
}
}
}