File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -550,23 +550,6 @@ Configuration
550550The UX Icons integrates seamlessly in Symfony applications. All these options are configured under
551551the ``ux_icons `` key in your application configuration.
552552
553- .. code-block :: yaml
554-
555- # config/packages/ux_icons.yaml
556- ux_icons :
557- {# ... # }
558-
559- Debugging Configuration
560- ~~~~~~~~~~~~~~~~~~~~~~~
561-
562- .. code-block :: terminal
563-
564- # Displays the default config values
565- $ php bin/console config:dump-reference ux_icons
566-
567- # Displays the actual config values used by your application
568- $ php bin/console debug:config ux_icons
569-
570553Full Configuration
571554~~~~~~~~~~~~~~~~~~
572555
@@ -600,6 +583,17 @@ Full Configuration
600583 # Whether to ignore errors when an icon is not found
601584 ignore_not_found : false
602585
586+ Debugging Configuration
587+ ~~~~~~~~~~~~~~~~~~~~~~~
588+
589+ .. code-block :: terminal
590+
591+ # Displays the default config values
592+ $ php bin/console config:dump-reference ux_icons
593+
594+ # Displays the actual config values used by your application
595+ $ php bin/console debug:config ux_icons
596+
603597 Learn more
604598----------
605599
You can’t perform that action at this time.
0 commit comments