Skip to content

Commit 83b89a0

Browse files
committed
e
1 parent 3103844 commit 83b89a0

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
@@ -124,8 +124,20 @@ This command looks in all your twig templates for ``ux_icon`` calls and caches t
124124

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

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+
129141
130142
.. code-block:: yaml
131143

0 commit comments

Comments
 (0)