add doc for showing/hiding address in person details

This commit is contained in:
Julien Fastré 2016-03-14 23:02:15 +01:00
parent 901fa399e9
commit ce6481b9f4

View File

@ -72,6 +72,7 @@ Example of configuration:
country_of_birth: hidden country_of_birth: hidden
marital_status: visible marital_status: visible
spoken_languages: hidden spoken_languages: hidden
address: visible
birthdate_not_after *string* birthdate_not_after *string*
The period duration before today during which encoding birthdate is not possible. The period is a string matching the format of `ISO_8601`, which is also use to build `DateInterval classes <http://php.net/manual/en/dateinterval.construct.php>`_. The period duration before today during which encoding birthdate is not possible. The period is a string matching the format of `ISO_8601`, which is also use to build `DateInterval classes <http://php.net/manual/en/dateinterval.construct.php>`_.
@ -90,6 +91,7 @@ person_fields *array*
* `email` * `email`
* `marital_status` * `marital_status`
* `spoken_languages` * `spoken_languages`
* `address`
Possibles values: `hidden` or `visible` (all other value will raise an Exception). Possibles values: `hidden` or `visible` (all other value will raise an Exception).