Commit 7ab070cd by Ravindra Kanojiya

home page mobile video created

1 parent aabc7fb3
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"info": { "info": {
"singularName": "home-banner-video", "singularName": "home-banner-video",
"pluralName": "home-banner-videos", "pluralName": "home-banner-videos",
"displayName": "Home Banner Video" "displayName": "Home Banner Video",
"description": ""
}, },
"options": { "options": {
"draftAndPublish": true "draftAndPublish": true
...@@ -12,6 +13,17 @@ ...@@ -12,6 +13,17 @@
"pluginOptions": {}, "pluginOptions": {},
"attributes": { "attributes": {
"video": { "video": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"videos",
"audios",
"files"
]
},
"mobileVideo": {
"allowedTypes": [ "allowedTypes": [
"images", "images",
"videos", "videos",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!