Skip to content

Commit 71ee9f0

Browse files
committed
e
1 parent 4a12eeb commit 71ee9f0

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/Icons/doc/index.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,20 @@ This command looks in all your Twig templates for ``ux_icon()`` calls and
165165

166166
If using `symfony/asset-mapper`_, the cache is warmed automatically when running ``asset-map:compile``.
167167

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+
170182
171183
.. code-block:: yaml
172184

0 commit comments

Comments
 (0)