Created
September 28, 2018 09:45
-
-
Save ItsReaSz/3140d9b9a90d1fd82774f7021ce297ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": { | |
"en-GB": "Video hero" | |
}, | |
"description": { | |
"en-GB": "Hero with video" | |
}, | |
"template": "containers/media/hero/hero-video.html.twig", | |
"template_config": { | |
"content": { | |
"label": { | |
"en-GB": "Content" | |
}, | |
"controls": { | |
"video": { | |
"label": { | |
"en-GB": "Video link (YouTube or Vimeo embed link)", | |
"fr-FR": "Video link (YouTube or Vimeo embed link)" | |
}, | |
"value": { | |
"en-GB": "https://player.vimeo.com/video/266512829", | |
"fr-FR": "https://player.vimeo.com/video/266512829" | |
}, | |
"control": "core/text" | |
} | |
} | |
}, | |
"config": { | |
"label": { | |
"en-GB": "Settings" | |
}, | |
"controls": { | |
"container_tag": { | |
"value": "div", | |
"control": "project/container_tag" | |
}, | |
"leader": { | |
"value": "", | |
"control": "project/leader" | |
}, | |
"trailer": { | |
"value": "", | |
"control": "project/trailer" | |
}, | |
"container_class": { | |
"value": "", | |
"control": "project/container_class" | |
} | |
} | |
} | |
}, | |
"containers": [], | |
"frontender": "ca3b334a58e6913ba7f138d5acda7ed2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment