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
Hi,
I have the following issue:
When I look at the source code, I want to allow all possible HTML attributes.
Example:
<article><div>foobar</div></article>
For this, I have the following settings in SunEditor:
addTagsWhitelist: "*", pasteTagsWhitelist: "*", addTagsWhitelist: "*" attributesWhitelist: { "*": "*", }, strictMode: false, strictHTMLValidation: false,
addTagsWhitelist: "*",
pasteTagsWhitelist: "*",
addTagsWhitelist: "*"
attributesWhitelist: { "*": "*", },
strictMode: false,
strictHTMLValidation: false,
However, when using the copy & paste feature, only the text should be copied, without any inline styles.
For example, if I copy a text from Wikipedia, I don’t want to keep inline styles.
Is this possible?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have the following issue:
When I look at the source code, I want to allow all possible HTML attributes.
Example:
<article><div>foobar</div></article>
For this, I have the following settings in SunEditor:
addTagsWhitelist: "*",
pasteTagsWhitelist: "*",
addTagsWhitelist: "*"
attributesWhitelist: { "*": "*", },
strictMode: false,
strictHTMLValidation: false,
However, when using the copy & paste feature, only the text should be copied, without any inline styles.
For example, if I copy a text from Wikipedia, I don’t want to keep inline styles.
Is this possible?
The text was updated successfully, but these errors were encountered: