Skip to content

Commit de41ba3

Browse files
committed
minor #2939 [Icons] Fix icon_sets configuration documentation, follow #2938 (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [Icons] Fix `icon_sets` configuration documentation, follow #2938 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Following #2938 Commits ------- f5884b3 [Icons] Fix `icon_sets` configuration documentation, follow #2938
2 parents e186a23 + f5884b3 commit de41ba3

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)