You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
It would be nice to have the class tag keept at the img tag even after save.
Use Case: PreviewImage in a template should be visible in editor and not visible in saved output.
Version: 2.44.12
Browser firefox
The text was updated successfully, but these errors were encountered:
Describe the bug
This configuration:
attributesWhitelist: {
'img': 'class|style|data-.+'
},
Does not keep the class attribute in the img tag.
To Reproduce
Expected behavior
It would be nice to have the class tag keept at the img tag even after save.
Use Case: PreviewImage in a template should be visible in editor and not visible in saved output.
Version: 2.44.12
The text was updated successfully, but these errors were encountered: