Skip to content

Commit 98bd4e4

Browse files
committed
[Reference] [FormTypes] added a base for core options integration
1 parent e8ed271 commit 98bd4e4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

reference/forms/types/field.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,16 @@ The Abstract "field" Type
55
=========================
66

77
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.
8+
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

Comments
 (0)