Skip to content

Commit 4d44b5d

Browse files
committed
clarify allowed property path value types
1 parent 66bb046 commit 4d44b5d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
property_path
22
~~~~~~~~~~~~~
33

4-
**type**: ``any`` **default**: ``the field's name``
4+
**type**: ``PropertyPathInterface|string|null`` **default**: ``null``
55

66
Fields display a property value of the form's domain object by default.
77
When the form is submitted, the submitted value is written back into the
@@ -10,8 +10,3 @@ object.
1010
If you want to override the property that a field reads from and writes
1111
to, you can set the ``property_path`` option. Its default value is the field's
1212
name.
13-
14-
If you wish the field to be ignored when reading or writing to the object
15-
you can set the ``property_path`` option to ``false``, but using
16-
``property_path`` for this purpose is deprecated, you should use the
17-
``mapped`` option.

0 commit comments

Comments
 (0)