banner.json
614 Bytes
{
"collectionName": "components_layout_banners",
"info": {
"displayName": "Banner"
},
"options": {},
"attributes": {
"bannerHeading": {
"type": "string"
},
"bannerSubHeading": {
"type": "string"
},
"bannerImageDesktop": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
},
"bannerImageMobile": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}