Skip to content

Commit c348804

Browse files
committed
minor #1731 [Icons] Remove lost configuration code (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Icons] Remove lost configuration code Commits ------- f344a96 [Icons] Remove lost configuration code
2 parents 3698661 + f344a96 commit c348804

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Icons/doc/index.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ define the HTML attributes added to the ``<svg>`` element:
7474
{{ ux_icon('user-profile', {height: '16px', width: '16px', aria-hidden: true}) }}
7575
{# renders <svg height="16" width="16" aria-hidden="true"> ... </svg> #}
7676

77-
.. code-block:: yaml
78-
79-
# config/packages/ux_icons.yaml
80-
ux_icons:
81-
iconify:
82-
enabled: true
83-
on_demand: true
84-
endpoint: 'https://api.iconify.design'
85-
8677
Icon Sets
8778
~~~~~~~~~
8879

0 commit comments

Comments
 (0)