Skip to content

Commit

Permalink
Issue #493 - Allow plugin users to define custom CSS/XPath selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor Dávid committed Feb 28, 2023
1 parent 5deb56c commit 5700efc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public function configure(ArrayNodeDefinition $builder)
. ' password_field: "Enter your password"' . PHP_EOL
. ' username_field: "Nickname"'
)->
ignoreExtraKeys(false)->
addDefaultsIfNotSet()->
children()->
scalarNode('login_url')->
Expand All @@ -159,6 +160,7 @@ public function configure(ArrayNodeDefinition $builder)
end()->
end()->
arrayNode('selectors')->
ignoreExtraKeys(false)->
addDefaultsIfNotSet()->
children()->
scalarNode('message_selector')->end()->
Expand Down

0 comments on commit 5700efc

Please sign in to comment.