We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237102b commit 23a89bbCopy full SHA for 23a89bb
reference/forms/types/options/block_name.rst.inc
@@ -1,8 +1,8 @@
1
block_name
2
~~~~~~~~~~~
3
4
-**type**: ``string`` **default**: the form's name
+**type**: ``string`` **default**: the form's name (see :ref:`Knowing which block to customize <cookbook-form-customization-sidebar>`)
5
6
Allows you to override the block name used to render the form type.
7
-Useful by example if you have multiple instances of the same form with
8
-different names so that you need to personalize its rendering.
+Useful for example if you have multiple instances of the same form and you
+need to personalize the rendering of the forms individually.
0 commit comments