From ce6481b9f40ca465496649b394f01070b0ffa68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 14 Mar 2016 23:02:15 +0100 Subject: [PATCH] add doc for showing/hiding address in person details --- source/bundles/person.rst | 2 ++ 1 file changed, 2 insertions(+) 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).