Property reference

glide.ui.html.editor.paste.word_import

The glide.ui.html.editor.paste.word_import property determines how content from Microsoft Word is processed when pasted into the HTML editor. Admins should review this setting to ensure the desired formatting and structure of pasted content is maintained according to user needs.

Default: prompt 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 Microsoft Word content, allowing options for clean formatting, merged formatting, or user prompts for selection.
What area does it affect? HTML editor functionality
What does the default mean? The default value is "prompt", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring content editing preferences or addressing formatting issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.html.editor.paste.word_import
Sys ID e856e91677000210f18b48a0af5a99bf
Type choice list
Application Global
Default value prompt
Description <p>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:</p> <ul> <li><code>clean</code> - 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> (Default) - Prompt the user to choose between the clean and merge options after attempting to paste Word content.</li> </ul>
Updated 2024-02-05 02:30:42