Skip to content

Commit

Permalink
Deprecated assets option
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Sep 6, 2022
1 parent 728cc5b commit cb87c98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ public function getConfigTreeBuilder()
->end()

->arrayNode('assets')
->setDeprecated(
...$this->getDeprecationMessage(
'The "assets" option is deprecated since sonata-project/page-bundle 3.28.0 and will be removed in 4.0',
'3.28'
)
)
->addDefaultsIfNotSet()
->children()
->arrayNode('stylesheets')
Expand Down

0 comments on commit cb87c98

Please sign in to comment.