File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,20 @@ This command looks in all your twig templates for ``ux_icon`` calls and caches t
124
124
125
125
If using `symfony/asset-mapper `_, the cache is warmed automatically when running ``asset-map:compile ``.
126
126
127
- Full Default Configuration
128
- --------------------------
127
+ Full Configuration Reference (UxIconsBundle)
128
+ --------------------------------------------
129
+
130
+ The UXIconsBundle integrates seamlessly in Symfony applications. All these
131
+ options are configured under the ``ux_icons `` key in your application configuration.
132
+
133
+ .. code-block :: terminal
134
+
135
+ # displays the default config values defined by Symfony
136
+ $ php bin/console config:dump-reference ux_icons
137
+
138
+ # displays the actual config values used by your application
139
+ $ php bin/console debug:config ux_icons
140
+
129
141
130
142
.. code-block :: yaml
131
143
You can’t perform that action at this time.
0 commit comments