Skip to content

Commit

Permalink
Merge pull request #174 from synolia/fix/use-position-configuration-n…
Browse files Browse the repository at this point in the history
…ode-type

fixed use_akeneo_positions node type
  • Loading branch information
TheGrimmChester authored Nov 10, 2023
2 parents c213f06 + 6839eb3 commit 9b0add0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fixture/CategoryConfigurationFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ protected function configureOptionsNode(ArrayNodeDefinition $optionsNode): void
->arrayNode('categories_to_exclude')
->scalarPrototype()->defaultValue([])->end()
->end()
->arrayNode('use_akeneo_positions')
->scalarPrototype()->defaultFalse()->end()
->booleanNode('use_akeneo_positions')
->defaultFalse()->end()
->end()
->end()
;
Expand Down

0 comments on commit 9b0add0

Please sign in to comment.