diff --git a/reference/forms/types/form.rst b/reference/forms/types/form.rst index 38416d12aa9..e42c974c158 100644 --- a/reference/forms/types/form.rst +++ b/reference/forms/types/form.rst @@ -8,10 +8,10 @@ The ``form`` type predefines a couple of options that are then available on all types for which ``form`` is the parent type. +-----------+--------------------------------------------------------------------+ -| Options | - `compound`_ | -| | - `data`_ | +| Options | - `data`_ | | | - `data_class`_ | | | - `empty_data`_ | +| | - `compound`_ | | | - `required`_ | | | - `label_attr`_ | | | - `constraints`_ | @@ -30,6 +30,8 @@ on all types for which ``form`` is the parent type. | | - `extra_fields_message`_ | | | - `post_max_size_message`_ | | | - `pattern`_ | +| | - `action`_ | +| | - `method`_ | +-----------+--------------------------------------------------------------------+ | Inherited | - `block_name`_ | | options | - `disabled`_ | @@ -50,10 +52,6 @@ Options .. include:: /reference/forms/types/options/data_class.rst.inc -.. include:: /reference/forms/types/options/action.rst.inc - -.. include:: /reference/forms/types/options/method.rst.inc - .. include:: /reference/forms/types/options/empty_data.rst.inc .. include:: /reference/forms/types/options/compound.rst.inc diff --git a/reference/forms/types/options/compound.rst.inc b/reference/forms/types/options/compound.rst.inc index d8b07f65315..009a2c9725a 100644 --- a/reference/forms/types/options/compound.rst.inc +++ b/reference/forms/types/options/compound.rst.inc @@ -1,7 +1,7 @@ compound ~~~~~~~~ -**type**: ``boolean`` +**type**: ``boolean`` **default**: ``true`` This option specifies if a form is compound. This is independent of whether the form actually has children. A form can be compound but not have any children