Commit 2c6b453c by Gaurav Dev

showroomimage

1 parent d66a1c9d
{ {
"kind": "collectionType", "kind": "singleType",
"collectionName": "homes", "collectionName": "homes",
"info": { "info": {
"singularName": "home", "singularName": "home",
......
{ {
"collectionName": "components_layout_showrooms", "collectionName": "components_layout_showrooms",
"info": { "info": {
"displayName": "Showroom" "displayName": "Showroom",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
...@@ -19,6 +20,16 @@ ...@@ -19,6 +20,16 @@
}, },
"showroomButtonURL": { "showroomButtonURL": {
"type": "text" "type": "text"
},
"showroomImage": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!