Files
symfony-flex-recipes/symfony.twig-bundle.5.4.json
github-action[bot]andgithub-action[bot] fb51be776f Create Flex endpoint
2026-08-06 13:50:04 +00:00

61 lines
2.4 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>",
" <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>\u26ab\ufe0f</text></svg>\">",
" {# Run `composer require symfony/webpack-encore-bundle` 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": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
}
}
}