.. include:: /Includes.rst.txt .. _feature-61289: ============================================================== Feature: #61289 - Signal for IconUtility html tag manipulation ============================================================== See :issue:`61289` Description =========== This signal allows to manipulate the rendered html code for a sprite icon by an extension. Currently all sprite icons are rendered as :code:  `. Extensions can now adjust the html tag, add or remove attributes and define own content in between the html tags. Impact ====== The rendered html code is no longer a span with fixed classes, but can be modified by an extension. .. index:: PHP-API, Backend