From 754adc9e951e273fb0acfad2d84ee0766007e3b1 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Fri, 24 May 2013 02:58:32 +0300 Subject: [PATCH] removed unneeded block --- reference/forms/types/options/property_path.rst.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/reference/forms/types/options/property_path.rst.inc b/reference/forms/types/options/property_path.rst.inc index 921245ac989..7220d2beb24 100644 --- a/reference/forms/types/options/property_path.rst.inc +++ b/reference/forms/types/options/property_path.rst.inc @@ -9,8 +9,3 @@ the form is submitted, the submitted value is written back into the object. If you want to override the property that a field reads from and writes to, you can set the ``property_path`` option. Its default value is the field's name. - -If you wish the field to be ignored when reading or writing to the object -you can set the ``property_path`` option to ``false``, but using -``property_path`` for this purpose is deprecated, you should do it the way -described below: