mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	add doc for showing/hiding address in person details
This commit is contained in:
		| @@ -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 <http://php.net/manual/en/dateinterval.construct.php>`_. | ||||
| @@ -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). | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user