Files
symfony-flex-recipes/archived/symfony.twig-bundle/ba58aec0cae28c61620ddf2dea3f0ce2b76817ae.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

58 lines
2.1 KiB
JSON

{
"manifests": {
"symfony/twig-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\TwigBundle\\TwigBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
}
},
"files": {
"config/packages/test/twig.yaml": {
"contents": [
"twig:",
" strict_variables: true",
""
],
"executable": false
},
"config/packages/twig.yaml": {
"contents": [
"twig:",
" default_path: '%kernel.project_dir%/templates'",
" debug: '%kernel.debug%'",
" strict_variables: '%kernel.debug%'",
" exception_controller: null",
""
],
"executable": false
},
"templates/base.html.twig": {
"contents": [
"<!DOCTYPE html>",
"<html>",
" <head>",
" <meta charset=\"UTF-8\">",
" <title>{% block title %}Welcome!{% endblock %}</title>",
" {% block stylesheets %}{% endblock %}",
" </head>",
" <body>",
" {% block body %}{% endblock %}",
" {% block javascripts %}{% endblock %}",
" </body>",
"</html>",
""
],
"executable": false
}
},
"ref": "ba58aec0cae28c61620ddf2dea3f0ce2b76817ae"
}
}
}