Property reference

glide.ui.html.editor.v4.paste.html_import

The glide.ui.html.editor.v4.paste.html_import property defines how HTML content is filtered when pasted from sources other than Microsoft Word. Admins should review this setting to ensure the desired balance between content structure and formatting is maintained during pasting operations.

Default: clean Type: choice list Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property controls the filtering behavior of pasted HTML content, allowing options to clean, merge, or prompt for formatting preferences.
What area does it affect? HTML content editing
What does the default mean? The default value is "clean", which is the baseline setting used unless it is changed.
When should you review it? Review this property when adjusting content formatting preferences or troubleshooting paste behavior.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.html.editor.v4.paste.html_import
Sys ID 3960a22e87313300e088717936cb0b39
Type choice list
Application Global
Default value clean
Description <p>Paste formatting behavior for HTML. This setting controls how content being pasted from sources other than Microsoft Word is filtered. Note that this includes content copied from TinyMCE itself. The supported values are:</p> <ul> <li><code>clean</code> (Default) - Preserve the structure of the content such as headings, tables, and lists but remove inline styles and classes. This results in simple content that uses the site's CSS stylesheet while retaining the semantic structure from the original document.</li> <li><code>merge</code> - Preserve the inline formatting and structure of the original document. Invalid and proprietary styles, tags and attributes are still removed ensuring that the HTML is valid while more closely matching the original document formatting.</li> <li><code>prompt</code> - Prompt the user to choose between the clean and merge options after attempting to paste HTML content.</li> </ul>
Updated 2024-05-25 03:51:38