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 @@ -165,8 +165,20 @@ This command looks in all your Twig templates for ``ux_icon()`` calls and
165
165
166
166
If using `symfony/asset-mapper `_, the cache is warmed automatically when running ``asset-map:compile ``.
167
167
168
- Full Default Configuration
169
- --------------------------
168
+ Full Configuration Reference (UxIconsBundle)
169
+ --------------------------------------------
170
+
171
+ The UXIconsBundle integrates seamlessly in Symfony applications. All these
172
+ options are configured under the ``ux_icons `` key in your application configuration.
173
+
174
+ .. code-block :: terminal
175
+
176
+ # displays the default config values defined by Symfony
177
+ $ php bin/console config:dump-reference ux_icons
178
+
179
+ # displays the actual config values used by your application
180
+ $ php bin/console debug:config ux_icons
181
+
170
182
171
183
.. code-block :: yaml
172
184
You can’t perform that action at this time.
0 commit comments