Commit cc0204c9 by Gaurav Dev

added bannerheadingteo

1 parent f1f2b9c0
{ {
"collectionName": "components_layout_home_banners", "collectionName": "components_layout_home_banners",
"info": { "info": {
"displayName": "HomeBanner" "displayName": "HomeBanner",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
...@@ -9,30 +10,35 @@ ...@@ -9,30 +10,35 @@
"type": "text" "type": "text"
}, },
"bannerDesktopImage": { "bannerDesktopImage": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images", "images",
"files", "files",
"videos", "videos",
"audios" "audios"
], ]
"type": "media",
"multiple": false
}, },
"bannerMobileImage": { "bannerMobileImage": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images", "images",
"files", "files",
"videos", "videos",
"audios" "audios"
], ]
"type": "media",
"multiple": false
}, },
"bannerButtonHeading": { "bannerButtonHeading": {
"type": "text" "type": "text"
}, },
"bannerButtonHeadingURL": { "bannerButtonHeadingURL": {
"type": "text" "type": "text"
},
"bannerHeadingTwo": {
"type": "text"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!