diff --git a/source/bundles/person.rst b/source/bundles/person.rst index cdead037f..155c91728 100644 --- a/source/bundles/person.rst +++ b/source/bundles/person.rst @@ -72,6 +72,7 @@ Example of configuration: country_of_birth: hidden marital_status: visible spoken_languages: hidden + address: visible 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 `_. @@ -90,6 +91,7 @@ person_fields *array* * `email` * `marital_status` * `spoken_languages` + * `address` Possibles values: `hidden` or `visible` (all other value will raise an Exception).