showroom.json
626 Bytes
{
"collectionName": "components_layout_showrooms",
"info": {
"displayName": "Showroom",
"description": ""
},
"options": {},
"attributes": {
"showroomHeading": {
"type": "text"
},
"subShowroomHeading": {
"type": "text"
},
"summeryDescription": {
"type": "richtext"
},
"showroomButtonHeading": {
"type": "text"
},
"showroomButtonURL": {
"type": "text"
},
"showroomImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}