File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ on all types for which ``form`` is the parent type.
36
36
| | - `label `_ |
37
37
| | - `attr `_ |
38
38
| | - `translation_domain `_ |
39
+ | | - `auto_initialize `_ |
39
40
+-----------+--------------------------------------------------------------------+
40
41
| Parent | none |
41
42
+-----------+--------------------------------------------------------------------+
@@ -121,3 +122,5 @@ of the form type tree (i.e. it can not be used as a form type on its own).
121
122
.. include :: /reference/forms/types/options/attr.rst.inc
122
123
123
124
.. include :: /reference/forms/types/options/translation_domain.rst.inc
125
+
126
+ .. include :: /reference/forms/types/options/auto_initialize.rst.inc
Original file line number Diff line number Diff line change
1
+ auto_initialize
2
+ ~~~~~~~~~~~~~~~
3
+
4
+ **type **: ``boolean`` **default**: ``true``
5
+
6
+ An internal option: sets whether the form should be initialized automatically.
7
+ For all fields, this option should only be ``true`` for root forms. You won' t
8
+ need to change this option and probably won' t need to worry about it.
You can’t perform that action at this time.
0 commit comments