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 e58d132 commit 0ac65bbCopy full SHA for 0ac65bb
reference/forms/types/options/property_path.rst.inc
@@ -11,7 +11,9 @@ you can set the ``property_path`` option. Its default value is the field's
11
name.
12
13
If you wish the field to be ignored when reading or writing to the object
14
-you can set the ``property_path`` option to ``false``
+you can set the ``property_path`` option to ``false``, but using
15
+``property_path`` for this purpose is deprecated, you should do it the way
16
+described below:
17
18
.. versionadded:: 2.1
19
Since 2.1, the ``mapped`` option has been added for this use-case
0 commit comments