We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Twig components allows to provide an integer as attibute values and casts it, while UX:Icon doesn't allow it.
UX:Icon
Valid example:
<twig:Test a="1" b="{{ 2 }}"> test </twig:Test>
Currently invalid:
<twig:UX:Icon a="1" b="{{ 2 }}" />