Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 11 additions & 17 deletions src/Icons/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -550,23 +550,6 @@ Configuration
The UX Icons integrates seamlessly in Symfony applications. All these options are configured under
the ``ux_icons`` key in your application configuration.

.. code-block:: yaml

# config/packages/ux_icons.yaml
ux_icons:
{# ... #}

Debugging Configuration
~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: terminal

# Displays the default config values
$ php bin/console config:dump-reference ux_icons

# Displays the actual config values used by your application
$ php bin/console debug:config ux_icons

Full Configuration
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -600,6 +583,17 @@ Full Configuration
# Whether to ignore errors when an icon is not found
ignore_not_found: false

Debugging Configuration
~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: terminal

# Displays the default config values
$ php bin/console config:dump-reference ux_icons

# Displays the actual config values used by your application
$ php bin/console debug:config ux_icons

Learn more
----------

Expand Down