mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add doc for showing/hiding address in person details
This commit is contained in:
parent
901fa399e9
commit
ce6481b9f4
@ -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).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user