File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ The same goes for routing files and some other resources.
94
94
The overriding of resources only works when you refer to resources with
95
95
the ``@FOSUserBundle/Resources/config/routing/security.xml `` method.
96
96
You need to use the ``@BundleName `` shortcut when refering to resources
97
- so they can be successfully overridden.
97
+ so they can be successfully overridden (except templates, which are
98
+ overridden in a different way, as explained in :doc: `/templating/overriding `).
98
99
99
100
.. caution ::
100
101
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ associations. Learn more about this feature and its limitations in
72
72
Forms
73
73
-----
74
74
75
- Existing form types can be modified defining "form type extensions".
76
- For more information, see :doc: `/form/create_form_type_extension `.
75
+ Existing form types can be modified defining
76
+ :doc: `form type extensions < /form/create_form_type_extension > `.
77
77
78
78
.. _override-validation :
79
79
You can’t perform that action at this time.
0 commit comments