Skip to content

Conversation

@AliakseiT
Copy link

To enable attributes directly on inner <a href=""></a> of button and menu-item we can transfer parent's element attributes that start with href-. E.g. <button href-clicktracking="off" href="https://my.domain.com">...</button>
after processing will contain ...<a clicktracking="off" href="https://my.domain.com">...</a>...

This enables usage of custom attributes like Sendgrid's clicktracking="off".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants