cms.nicwands.com/src/components/global/media.json
2026-06-23 10:56:36 -04:00

30 lines
507 B
JSON

{
"collectionName": "components_global_media",
"info": {
"displayName": "Media",
"icon": "landscape"
},
"options": {},
"attributes": {
"image": {
"type": "media",
"multiple": false,
"required": true,
"allowedTypes": [
"images"
]
},
"video": {
"type": "media",
"multiple": false,
"allowedTypes": [
"videos"
]
},
"looping": {
"type": "boolean",
"default": true
}
},
"config": {}
}