Skip to content

Commit 04abdee

Browse files
author
Andor Dávid
committed
Issue #493 - Allow plugin users to define custom CSS/XPath selectors
1 parent 03c0686 commit 04abdee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Drupal/DrupalExtension/ServiceContainer/DrupalExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function configure(ArrayNodeDefinition $builder)
123123
. ' password_field: "Enter your password"' . PHP_EOL
124124
. ' username_field: "Nickname"'
125125
)->
126+
ignoreExtraKeys(false)->
126127
addDefaultsIfNotSet()->
127128
children()->
128129
scalarNode('login_url')->
@@ -146,6 +147,7 @@ public function configure(ArrayNodeDefinition $builder)
146147
end()->
147148
end()->
148149
arrayNode('selectors')->
150+
ignoreExtraKeys(false)->
149151
addDefaultsIfNotSet()->
150152
children()->
151153
scalarNode('message_selector')->end()->

0 commit comments

Comments
 (0)