ff-webpage-cms/src/components/dynamic-zone/emphasise-article.json

29 lines
554 B
JSON
Raw Normal View History

2024-10-30 14:50:13 +01:00
{
"collectionName": "components_dynamic_zone_emphasise_articles",
"info": {
2024-11-01 11:20:16 +01:00
"displayName": "Artikel hervorheben",
2024-10-30 14:50:13 +01:00
"icon": "dashboard",
"description": ""
},
"options": {},
"attributes": {
"articles": {
"type": "relation",
"relation": "oneToMany",
"target": "api::article.article"
},
"titel": {
"type": "string",
"required": true
},
"description": {
"type": "text"
2024-11-05 14:41:59 +01:00
},
"base_url": {
"type": "string",
"required": true,
"default": "/artikel"
2024-10-30 14:50:13 +01:00
}
}
}