page-banner.json
461 Bytes
{
"collectionName": "components_layout_page_banners",
"info": {
"displayName": "PageBanner",
"description": ""
},
"options": {},
"attributes": {
"Heading": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Description": {
"type": "text"
}
}
}