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 e8ed271 commit 98bd4e4Copy full SHA for 98bd4e4
reference/forms/types/field.rst
@@ -5,4 +5,16 @@ The Abstract "field" Type
5
=========================
6
7
The ``field`` form type is not an actual field type you use, but rather
8
-functions as the parent field type for many other fields.
+functions as the parent field type for many other fields.
9
+
10
+The ``field`` type predefines a couple of options :
11
12
+* .. include:: /reference/forms/types/options/data.rst.inc
13
14
+* .. include:: /reference/forms/types/options/required.rst.inc
15
16
+* .. include:: /reference/forms/types/options/disabled.rst.inc
17
18
+* .. include:: /reference/forms/types/options/trim.rst.inc
19
20
+* .. include:: /reference/forms/types/options/property_path.rst.inc
0 commit comments