mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -13,6 +13,25 @@
|
||||
}
|
||||
},
|
||||
"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>",
|
||||
@@ -37,25 +56,6 @@
|
||||
""
|
||||
],
|
||||
"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
|
||||
},
|
||||
"config/packages/test/twig.yaml": {
|
||||
"contents": [
|
||||
"twig:",
|
||||
" strict_variables: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "73baff3f7b3cea12a73812a7cfd2c0924a9e250f"
|
||||
|
||||
Reference in New Issue
Block a user