glide.ui.html.editor.paste.html_import
ServiceNow property description:
Paste formatting behavior for HTML. This setting controls how content from sources other than Microsoft Word is filtered when being pasted on html-editor(TinyMCE). Note that this includes content copied from TinyMCE itself. The supported values are:
clean
(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.merge
- 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.prompt
- Prompt the user to choose between the clean and merge options after attempting to paste HTML content.
Attributes
- Sys ID: e826611677000210f18b48a0af5a9918
- Type: choice list
- Application: Global
- Default value: clean

AI generated property description:
The ServiceNow property glide.ui.html.editor.paste.html_import defines how HTML content from non-Microsoft Word sources is handled when pasted into the TinyMCE editor. Its default value is clean, which removes inline styles and classes while preserving structural elements like headings, lists, and tables, ensuring the content conforms to the site’s CSS. Setting the value to merge retains both inline formatting and structure but still strips invalid or proprietary markup, producing content closer to the source formatting. If set to prompt, users are asked at paste time whether they want the clean or merge behavior. Administrators configure this property to balance consistency and user control, with clean supporting standardized styling and merge accommodating workflows that require preservation of detailed formatting.
Source