mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
Merge remote-tracking branch 'origin/support/3.2' into develop
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user