ff-webpage-cms/src/components/dynamic-zone/gallery.json
2024-10-30 14:50:13 +01:00

18 lines
309 B
JSON

{
"collectionName": "components_dynamic_zone_galleries",
"info": {
"displayName": "Gallery",
"icon": "apps"
},
"options": {},
"attributes": {
"images": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false,
"required": true
}
}
}