We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aliases
default_attributes
config/reference.php
1 parent 4800dec commit 5908bc4Copy full SHA for 5908bc4
src/Icons/src/DependencyInjection/UXIconsExtension.php
@@ -63,7 +63,9 @@ public function getConfigTreeBuilder(): TreeBuilder
63
->info('Override default icon attributes for icons in this set.')
64
->example(['class' => 'icon icon-acme', 'fill' => 'none'])
65
->normalizeKeys(false)
66
- ->variablePrototype()
+ ->useAttributeAsKey('key')
67
+ ->scalarPrototype()
68
+ ->cannotBeEmpty()
69
->end()
70
71
@@ -80,7 +82,8 @@ public function getConfigTreeBuilder(): TreeBuilder
80
82
'privacy' => 'bi:cookie',
81
83
])
84
- ->scalarPrototype()
85
86
+ ->stringPrototype()
87
->cannotBeEmpty()
88
89
0 commit comments