File tree 1 file changed +3
-3
lines changed
Filter options
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:
297
297
The templates can also be located in different bundles, use the Twig namespaced
298
298
path to reference these templates, e.g. ``@AcmeFormExtra/form/fields.html.twig ``.
299
299
300
- Disabling usage of globally defined themes
300
+ Disabling Usage of Globally Defined Themes
301
301
..........................................
302
302
303
303
Sometimes 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,
305
305
when creating an admin interface for a bundle which can be installed on a wide range
306
306
of Symfony apps (and so you can't control what themes are defined globally).
307
307
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:
309
309
310
310
.. code-block :: html+twig
311
311
You can’t perform that action at this time.
0 commit comments