Created
September 28, 2018 10:04
-
-
Save ItsReaSz/a609479d79e5a5f16abdcf82045b8e44 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": "Error container" | |
}, | |
"description": { | |
"en-GB": "Error container" | |
}, | |
"template": "containers/global/error/error.html.twig", | |
"template_config": { | |
"config": { | |
"label": { | |
"en-GB": "Settings" | |
}, | |
"controls": { | |
"leader": { | |
"value": "", | |
"control": "project/leader" | |
}, | |
"leader_inside": { | |
"value": "", | |
"control": "project/leader_inside" | |
}, | |
"trailer": { | |
"value": "", | |
"control": "project/trailer" | |
}, | |
"trailer_inside": { | |
"value": "", | |
"control": "project/trailer_inside" | |
}, | |
"divider": { | |
"value": "", | |
"control": "project/divider" | |
}, | |
"container_tag": { | |
"value": "article", | |
"control": "project/container_tag" | |
}, | |
"container_class": { | |
"value": "", | |
"control": "project/container_class" | |
} | |
} | |
}, | |
"labels": { | |
"label": { | |
"en-GB": "Labels", | |
"fr-FR": "Labels" | |
}, | |
"controls": { | |
"error_code": { | |
"label": { | |
"en-GB": "Error code", | |
"fr-FR": "Error code" | |
}, | |
"value": { | |
"en-GB": "404", | |
"fr-FR": "404" | |
}, | |
"control": "core/text" | |
}, | |
"error_message": { | |
"label": { | |
"en-GB": "Error title", | |
"fr-FR": "Error title" | |
}, | |
"value": { | |
"en-GB": "Page not found", | |
"fr-FR": "Page not found" | |
}, | |
"control": "core/text" | |
}, | |
"error_intro": { | |
"label": { | |
"en-GB": "Error message", | |
"fr-FR": "Error message" | |
}, | |
"value": { | |
"en-GB": "We can't seem to find the page you are looking for.", | |
"fr-FR": "We can't seem to find the page you are looking for." | |
}, | |
"control": "core/text" | |
}, | |
"error_description": { | |
"label": { | |
"en-GB": "Error description", | |
"fr-FR": "Error description" | |
}, | |
"value": { | |
"en-GB": "You may have typed the address incorrectly or you may have used an outdated link.", | |
"fr-FR": "You may have typed the address incorrectly or you may have used an outdated link." | |
}, | |
"control": "core/textarea" | |
}, | |
"show_icons": { | |
"value": "true", | |
"label": { | |
"en-GB": "Show illustrations" | |
}, | |
"control": "core/list", | |
"options": [ | |
{ | |
"value": "true", | |
"label": { | |
"en-GB": "Yes" | |
} | |
}, | |
{ | |
"value": "false", | |
"label": { | |
"en-GB": "No" | |
} | |
} | |
] | |
} | |
} | |
} | |
}, | |
"frontender": "3f4f25c0083ee71603fb073372f7331b" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment