ff-webpage-cms/src/components/shared/list.json
2024-11-03 15:34:29 +01:00

21 lines
425 B
JSON

{
"collectionName": "components_shared_lists",
"info": {
"displayName": "Inhaltsauswahl",
"icon": "apps",
"description": ""
},
"options": {},
"attributes": {
"enable_detail": {
"type": "boolean",
"default": false,
"required": true
},
"lookup": {
"type": "relation",
"relation": "oneToOne",
"target": "api::collection-lookup.collection-lookup"
}
}
}