Skip to content

Commit f242e91

Browse files
committed
minor #13751 Update information in flex about added files for twig (malteschlueter)
This PR was merged into the 4.4 branch. Discussion ---------- Update information in flex about added files for twig The information about the recipe files of the twig-bundle are outdated for symfony 4.4 and 5. * The route configuration file for the dev environment in the recipe of the twig-bundle was removed last year * symfony/recipes#675 * A package configuration file was added for the test environment * symfony/recipes#666 * Maybe this change must be also documented in 3.4 or what do you think? Commits ------- 91ee76e Update information in flex about added files for twig
2 parents a0e0b01 + 91ee76e commit f242e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/flex_recipes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ What did this recipe do? In addition to automatically enabling the feature in
6161
``config/packages/twig.yaml``
6262
A configuration file that sets up Twig with sensible defaults.
6363

64-
``config/routes/dev/twig.yaml``
65-
A route that helps you debug your error pages.
64+
``config/packages/test/twig.yaml``
65+
A configuration file to override some of the settings previously configured in ``config/packages/twig.yaml``.
6666

6767
``templates/``
6868
This is the directory where template files will live. The recipe also added

0 commit comments

Comments
 (0)