person: re-add accpet email and add possibility of hidding this field

This commit is contained in:
nobohan
2021-10-28 09:45:27 +02:00
parent c90f9ee5bc
commit 046f65f5ff
3 changed files with 11 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ class Configuration implements ConfigurationInterface
->append($this->addFieldNode('accompanying_period'))
->append($this->addFieldNode('memo'))
->append($this->addFieldNode('number_of_children'))
->append($this->addFieldNode('acceptEmail'))
->arrayNode('alt_names')
->defaultValue([])
->arrayPrototype()