File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ shipping options.
90
90
.. tip ::
91
91
92
92
If the purpose of this new form type was to customize the rendering of some
93
- fields only, skip this step and use ``block_name `` or ``block_prefix `` option
94
- instead. For more information, see :ref: `form-customization-form-themes `.
93
+ fields only, skip this step and use ``block_name `` or ``block_prefix `` options
94
+ instead to :ref: `define a custom form fragment name < form-fragment-custom-naming > `.
95
95
96
96
.. tip ::
97
97
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ form. You can also define this value explicitly with the ``block_name`` option::
275
275
In this example, the fragment name will be ``_product_custom_name_widget ``
276
276
instead of the default ``_product_name_widget ``.
277
277
278
+ .. _form-fragment-custom-naming :
279
+
278
280
Custom Fragment Naming for Individual Fields
279
281
............................................
280
282
You can’t perform that action at this time.
0 commit comments