Skip to content

Commit

Permalink
make product configuration "akeneo_price_attribute" null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrimmChester committed Nov 30, 2023
1 parent 76d9fff commit ea9c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixture/ProductConfigurationFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function configureOptionsNode(ArrayNodeDefinition $optionsNode): void
$optionsNode
->children()
->scalarNode('akeneo_sylius_enabled_channels_attribute')->defaultNull()->end()
->scalarNode('akeneo_price_attribute')->end()
->scalarNode('akeneo_price_attribute')->defaultNull()->end()
->booleanNode('regenerate_url')->defaultFalse()->end()
->booleanNode('import_media_files')->defaultFalse()->end()
->arrayNode('images_attributes')
Expand Down

0 comments on commit ea9c2b3

Please sign in to comment.