Skip to content

apply multiple selectors to text layers

First of all, thanks for this amazing plugin. It turns something tedious into something bearable :)

I'd like to suggest a feature that is use {variable} with multiple conditions.

For example:

❖ ButtonComponent

Icon layer [icon.right]

Text layer [icon.left][icon.right][icon.no-icon]{variable}

Icon layer [icon.left]

Currently I'm achieving this result by:

❖ ButtonComponent

Group layer [icon.right]

⌙ Icon layer

⌙ Text layer {variable}

Group layer [icon.right]

⌙ Text layer {variable}

Group layer [icon.left]

⌙ Icon layer

⌙ Text layer {variable}

but it is getting messy and hard to maintain.

btn-icon-left btn-no-icon btn-icon-right

Hope I was able to explain. Thanks