From f5884b3d3e7ab35c68b1cba0ee0a8d689cbf5dbf Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 25 Jul 2025 08:20:58 +0200 Subject: [PATCH] [Icons] Fix `icon_sets` configuration documentation, follow #2938 --- src/Icons/doc/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Icons/doc/index.rst b/src/Icons/doc/index.rst index c8bea5a3e17..4627474b7d1 100644 --- a/src/Icons/doc/index.rst +++ b/src/Icons/doc/index.rst @@ -632,9 +632,10 @@ Full Configuration icon_sets: # Icon set for "flags", can be used like this: ux_icon('flags:fr') flags: - It can either be mapped to a local directory... + # It can either be mapped to a local directory... path: '%kernel.project_dir%/assets/images/flags' - ... or to an existing icon set identifier + + # ... or to an existing icon set identifier alias: 'lucide' # Override the default attributes (default_icon_attributes) for this icon set