-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
@Scrum what do you think about adding support for posthtml-expressions inside attribute values?
So we could then do:
<extends src="{{ condition ? 'primary' : 'secondary' }}.html">... or:
<block name="{{ condition ? 'foo' : 'bar' }}">I know you can just use posthtml-expressions in the plugins: [] option, but this can result in multiple expression evaluations if your build chain uses posthtml-expressions later on (example).
Metadata
Metadata
Assignees
Labels
No labels