23 lines
451 B
JSON
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"
|
|
}
|
|
}
|
|
}
|