Skip to content

Commit f5884b3

Browse files
committed
[Icons] Fix icon_sets configuration documentation, follow #2938
1 parent e186a23 commit f5884b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Icons/doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,10 @@ Full Configuration
632632
icon_sets:
633633
# Icon set for "flags", can be used like this: ux_icon('flags:fr')
634634
flags:
635-
It can either be mapped to a local directory...
635+
# It can either be mapped to a local directory...
636636
path: '%kernel.project_dir%/assets/images/flags'
637-
... or to an existing icon set identifier
637+
638+
# ... or to an existing icon set identifier
638639
alias: 'lucide'
639640
640641
# Override the default attributes (default_icon_attributes) for this icon set

0 commit comments

Comments
 (0)