mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
allow users to recover password
This commit is contained in:
@@ -67,6 +67,24 @@ class Configuration implements ConfigurationInterface
|
||||
->end() // end of integer 'item_per_page'
|
||||
->end() // end of children
|
||||
->end() // end of pagination
|
||||
->arrayNode('notifications')
|
||||
->children()
|
||||
->scalarNode('from_email')
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->scalarNode('from_name')
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->enumNode('scheme')
|
||||
->cannotBeEmpty()
|
||||
->values(['http', 'https'])
|
||||
->defaultValue('https')
|
||||
->end()
|
||||
->scalarNode('host')
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->end()
|
||||
->end() // end of notifications
|
||||
->arrayNode('widgets')
|
||||
->canBeEnabled()
|
||||
->canBeUnset()
|
||||
|
Reference in New Issue
Block a user