ff-webpage-cms/src/components/dynamic-zone/emphasise-article.json
2024-11-05 14:41:59 +01:00

28 lines
554 B
JSON

{
"collectionName": "components_dynamic_zone_emphasise_articles",
"info": {
"displayName": "Artikel hervorheben",
"icon": "dashboard",
"description": ""
},
"options": {},
"attributes": {
"articles": {
"type": "relation",
"relation": "oneToMany",
"target": "api::article.article"
},
"titel": {
"type": "string",
"required": true
},
"description": {
"type": "text"
},
"base_url": {
"type": "string",
"required": true,
"default": "/artikel"
}
}
}