Created
September 28, 2018 10:14
-
-
Save ItsReaSz/e8d5824076fcdc551f5c12ea38200080 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
{ | |
"template": "containers/global/iframe/iframe.html.twig", | |
"name": { | |
"en-GB": "IFrame" | |
}, | |
"description": { | |
"en-GB": "IFrame to embed external content" | |
}, | |
"template_config": { | |
"content": { | |
"label": { | |
"en-GB": "Content" | |
}, | |
"controls": { | |
"container_title": { | |
"value": { | |
"en-GB": "Title", | |
"fr-FR": "Tître" | |
}, | |
"label": { | |
"en-GB": "Title" | |
}, | |
"control": "core/text" | |
}, | |
"embed_url": { | |
"value": "https://brickson.nl/", | |
"label": { | |
"en-GB": "Embed url" | |
}, | |
"control": "core/text" | |
} | |
} | |
}, | |
"config": { | |
"label": { | |
"en-GB": "Settings" | |
}, | |
"controls": { | |
"embed_class": { | |
"value": "embed", | |
"label": { | |
"en-GB": "IFrame height" | |
}, | |
"options": [ | |
{ | |
"value": "embed", | |
"label": { | |
"en-GB": "Default" | |
} | |
}, | |
{ | |
"value": "embed embed--hero", | |
"label": { | |
"en-GB": "Hero" | |
} | |
} | |
], | |
"control": "core/list" | |
}, | |
"leader": { | |
"value": "", | |
"control": "project/leader" | |
}, | |
"leader_inside": { | |
"value": "", | |
"control": "project/leader_inside" | |
}, | |
"trailer": { | |
"value": "", | |
"control": "project/trailer" | |
}, | |
"trailer_inside": { | |
"value": "", | |
"control": "project/trailer_inside" | |
}, | |
"wings": { | |
"value": "", | |
"control": "project/wings" | |
} | |
} | |
} | |
}, | |
"frontender": "4fcdbd9561611eea4f7e9b7551e09991" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment