Files
symfony-flex-recipes/symfony.twig-bundle.5.3.json
github-action[bot]andgithub-action[bot] 284aaa79f9 Update Flex endpoint
2022-02-13 08:06:12 +00:00

61 lines
2.3 KiB
JSON

{
"manifests": {
"symfony/twig-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\TwigBundle\\TwigBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
},
"files": {
"config/packages/twig.yaml": {
"contents": [
"twig:",
" default_path: '%kernel.project_dir%/templates'",
"",
"when@test:",
" twig:",
" strict_variables: true",
""
],
"executable": false
},
"templates/base.html.twig": {
"contents": [
"<!DOCTYPE html>",
"<html>",
" <head>",
" <meta charset=\"UTF-8\">",
" <title>{% block title %}Welcome!{% endblock %}</title>",
" {# Run `composer require symfony/webpack-encore-bundle`",
" and uncomment the following Encore helpers to start using Symfony UX #}",
" {% block stylesheets %}",
" {#{{ encore_entry_link_tags('app') }}#}",
" {% endblock %}",
"",
" {% block javascripts %}",
" {#{{ encore_entry_script_tags('app') }}#}",
" {% endblock %}",
" </head>",
" <body>",
" {% block body %}{% endblock %}",
" </body>",
"</html>",
""
],
"executable": false
}
},
"ref": "ce42aa769cc2edfd9246e5647a3a967afe6387ca"
}
}
}