diff --git a/src/Fixture/CategoryConfigurationFixture.php b/src/Fixture/CategoryConfigurationFixture.php index 110ad37d..aee92e1e 100644 --- a/src/Fixture/CategoryConfigurationFixture.php +++ b/src/Fixture/CategoryConfigurationFixture.php @@ -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() ;