File tree 1 file changed +5
-4
lines changed
Filter options
1 file changed +5
-4
lines changed
Original file line number Diff line number Diff line change @@ -355,10 +355,11 @@ themes:
355
355
356
356
.. caution ::
357
357
358
- When using the ``only `` keyword, form themes shipped with Symfony
359
- (``form_div_layout.html.twig `` and others) will not be used, so to render your
360
- forms correcly, you need to either provide the base form theme yourself, or
361
- ``use `` one of the built in form themes from your own theme:
358
+ When using the ``only `` keyword, none of Symfony's built-in form themes
359
+ (``form_div_layout.html.twig ``, etc.) will be applied. In order to render
360
+ your forms correctly, you need to either provide a full-featured form theme
361
+ yourself, or extend one of the built-in form themes with Twig's ``use ``
362
+ keyword instead of ``extends `` to reuse the original theme contents.
362
363
363
364
.. code-block :: html+twig
364
365
You can’t perform that action at this time.
0 commit comments