mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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>\">",
|
||||
" {% block stylesheets %}",
|
||||
" {% endblock %}",
|
||||
"",
|
||||
" {% block javascripts %}",
|
||||
" {% endblock %}",
|
||||
" </head>",
|
||||
" <body>",
|
||||
" {% block body %}{% endblock %}",
|
||||
" </body>",
|
||||
"</html>",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b7772eb20e92f3fb4d4fe756e7505b4ba2ca1a2c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user