File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -541,30 +541,30 @@ Full Configuration
541541
542542 # config/packages/ux_icons.yaml
543543 ux_icons :
544- # The local directory where icons are stored.
544+ # The local directory where icons are stored
545545 icon_dir : ' %kernel.project_dir%/assets/icons'
546546
547547 # Default attributes to add to all icons.
548548 default_icon_attributes :
549- # Default:
550549 fill : currentColor
550+ ' aria-hidden ' : true
551551
552- # Icon aliases (alias => icon name).
552+ # Icon aliases (alias => icon name)
553553 aliases :
554- # Exemple:
555554 dots : ' clarity:ellipsis-horizontal-line'
555+ ' tabler:save ' : ' tabler:device-floppy'
556556
557- # Configuration for the "on demand" icons powered by Iconify.design.
557+ # Configuration for the "on demand" icons powered by Iconify.design
558558 iconify :
559559 enabled : true
560560
561- # Whether to use the "on demand" icons powered by Iconify.design.
561+ # Whether to use the "on demand" icons powered by Iconify.design
562562 on_demand : true
563563
564- # The endpoint for the Iconify API.
564+ # The endpoint for the Iconify API
565565 endpoint : ' https://api.iconify.design'
566566
567- # Whether to ignore errors when an icon is not found.
567+ # Whether to ignore errors when an icon is not found
568568 ignore_not_found : false
569569
570570 Learn more
You can’t perform that action at this time.
0 commit comments