We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c0686 commit 04abdeeCopy full SHA for 04abdee
src/Drupal/DrupalExtension/ServiceContainer/DrupalExtension.php
@@ -123,6 +123,7 @@ public function configure(ArrayNodeDefinition $builder)
123
. ' password_field: "Enter your password"' . PHP_EOL
124
. ' username_field: "Nickname"'
125
)->
126
+ ignoreExtraKeys(false)->
127
addDefaultsIfNotSet()->
128
children()->
129
scalarNode('login_url')->
@@ -146,6 +147,7 @@ public function configure(ArrayNodeDefinition $builder)
146
147
end()->
148
149
arrayNode('selectors')->
150
151
152
153
scalarNode('message_selector')->end()->
0 commit comments