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

AI generated property description:
The ServiceNow property glide.ui.html.editor.paste.word_import determines how Microsoft Word content is processed when pasted into the TinyMCE editor. The default value is prompt, which asks users to choose between a clean paste or a merge paste at the time of insertion. Selecting clean removes inline styles and classes while keeping structural elements such as tables, lists, and headings, ensuring content follows the site’s CSS. Choosing merge preserves both structure and inline formatting, but still strips invalid or proprietary tags to keep the HTML valid. Administrators configure this property to balance consistency and user flexibility, with prompt offering the most control while clean enforces standardized styling.
Source