Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
lenaick.moreira
2026-03-02 10:56:31 +01:00
123 changed files with 2898 additions and 2149 deletions

View File

@@ -494,6 +494,7 @@ class Configuration implements ConfigurationInterface
->cannotBeEmpty()
->end()
->arrayNode('metadata')
->useAttributeAsKey('key')
->normalizeKeys(false)
->defaultValue([])
->example(['color' => 'blue', 'description' => 'Workflow to manage article.'])
@@ -563,6 +564,7 @@ class Configuration implements ConfigurationInterface
->end()
->end()
->arrayNode('metadata')
->useAttributeAsKey('key')
->normalizeKeys(false)
->defaultValue([])
->example(['color' => 'blue', 'description' => 'Workflow to manage article.'])
@@ -573,6 +575,7 @@ class Configuration implements ConfigurationInterface
->end()
->end()
->arrayNode('metadata')
->useAttributeAsKey('key')
->normalizeKeys(false)
->defaultValue([])
->example(['color' => 'blue', 'description' => 'Workflow to manage article.'])
@@ -1186,6 +1189,7 @@ class Configuration implements ConfigurationInterface
->end()
->end()
->arrayNode('default_context')
->useAttributeAsKey('key')
->normalizeKeys(false)
->validate()
->ifTrue(fn () => $this->debug && class_exists(JsonParser::class))
@@ -1667,6 +1671,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('dsn')->end()
->scalarNode('serializer')->defaultNull()->info('Service id of a custom serializer to use.')->end()
->arrayNode('options')
->useAttributeAsKey('key')
->normalizeKeys(false)
->defaultValue([])
->prototype('variable')