ff-webpage-cms/src/components/shared/list.json

22 lines
437 B
JSON
Raw Normal View History

2024-10-30 14:50:13 +01:00
{
"collectionName": "components_shared_lists",
"info": {
2024-11-01 11:20:16 +01:00
"displayName": "Inhaltsauswahl",
2024-10-30 14:50:13 +01:00
"icon": "apps",
"description": ""
},
"options": {},
"attributes": {
"enable_detail": {
"type": "boolean",
"default": false,
"required": true
2024-11-03 11:01:51 +01:00
},
"sammlungs_referenz": {
"type": "relation",
"relation": "oneToOne",
"target": "api::collection-lookup.collection-lookup"
2024-10-30 14:50:13 +01:00
}
}
}