We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add inline styles to the anchor created by the link button?
buttons: [ { name: 'anchor', style: [{ prop: 'color', value: '#FFF' }] } ]
Expected behavior: [What you expected to happen]
New links created by the editor should have the inline style with the color value.
Actual behavior: [What actually happened]
Anchor tag is created without inline style.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
How to add inline styles to the anchor created by the link button?
Steps to reproduce
buttons: [
{
name: 'anchor',
style: [{ prop: 'color', value: '#FFF' }]
}
]
Expected behavior: [What you expected to happen]
New links created by the editor should have the inline style with the color value.
Actual behavior: [What actually happened]
Anchor tag is created without inline style.
Versions
The text was updated successfully, but these errors were encountered: