File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,15 +297,15 @@ name of all the templates as an array using the ``with`` keyword:
297297The templates can also be located in different bundles, use the Twig namespaced
298298path to reference these templates, e.g. ``@AcmeFormExtra/form/fields.html.twig ``.
299299
300- Disabling usage of globally defined themes
300+ Disabling Usage of Globally Defined Themes
301301..........................................
302302
303303Sometimes you may want to disable the use of the globally defined form themes in order
304- to have more control over rendering of a form. You might want this, for example,
304+ to have more control over the rendering of a form. You might want this, for example,
305305when creating an admin interface for a bundle which can be installed on a wide range
306306of Symfony apps (and so you can't control what themes are defined globally).
307307
308- You can do this by including the ``only `` keyword after the list form themes:
308+ You can do this by including the ``only `` keyword after the list of form themes:
309309
310310.. code-block :: html+twig
311311
You can’t perform that action at this time.
0 commit comments