Skip to content

Commit

Permalink
Adjusted to new setDeprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 16, 2024
1 parent 4b72575 commit 91fe4fa
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
$nodeBuilder
->arrayNode('content_edit')
->info('Content edit configuration.')
->setDeprecated('This key was deprecated in 2.1 and will be removed in 3.0. Please use siteaccess aware configuration.')
->setDeprecated(
'ibexa/content-forms',
'2.1',
'This key was deprecated in 2.1 and will be removed in 3.0. Please use siteaccess aware configuration.'
)
->children()
->arrayNode('templates')
->info('Content edit templates.')
Expand Down

0 comments on commit 91fe4fa

Please sign in to comment.