set some fields visibility as configurable

Some fields can now be hidden through configuration
This commit is contained in:
2016-02-05 23:05:53 +01:00
parent d70be5ea85
commit d419be2af1
13 changed files with 551 additions and 48 deletions

View File

@@ -0,0 +1,18 @@
# config/config_test.yml
imports:
- { resource: config.yml } #here we import a config.yml file, this is not required
framework:
test: ~
session:
storage_id: session.storage.filesystem
chill_person:
person_fields:
nationality: hidden
email: hidden
place_of_birth: hidden
phonenumber: hidden
country_of_birth: hidden
marital_status: hidden
spoken_languages: hidden