Commit 67cb050d by Ravindra Kanojiya

created home banner slider

1 parent c3743ad4
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"info": { "info": {
"singularName": "home-banner", "singularName": "home-banner",
"pluralName": "home-banners", "pluralName": "home-banners",
"displayName": "Home Banner" "displayName": "Home Banner",
"description": ""
}, },
"options": { "options": {
"draftAndPublish": true "draftAndPublish": true
...@@ -21,21 +22,26 @@ ...@@ -21,21 +22,26 @@
"type": "text" "type": "text"
}, },
"desktopBanner": { "desktopBanner": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
}, },
"mobileBanner": { "mobileBanner": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
}, },
"altText": { "altText": {
"type": "string" "type": "string"
},
"exploreNowButton": {
"type": "string"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!