-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Description
Version: 2.9.2
Bug Description
I am not able to render component into HTML attribute, it fails with Tag {control} must be used in HTML text.
Steps To Reproduce
- create a component
- render it with
controlmacro into HTML attribute, e.g.:<html lang="{control languageCode}">
Expected Behavior
<html lang="cs">
Possible Solution
Allow it.
Workaround
{capture $languageCode}{control languageCode}{/capture}
<html lang="{$languageCode}">
works, but…
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels