'>

glide.ui.html.editor.paste.filtered_inline_elements

ServiceNow property description:

This setting allows the content to be filtered when pasted from MS Word to the tinymce editor. This property takes input as comma separated string of inline elements to be filtered on clicking the "Remove formatting" button on the paste prompt dialog. Default value is 'strong, b'

Attributes

  • Sys ID: 63f5611677000210f18b48a0af5a990f
  • Type: string
  • Application: Global
  • Default value: strong, b
AI Logo

AI generated property description:

The ServiceNow property glide.ui.html.editor.paste.filtered_inline_elements specifies which inline HTML elements are removed when content is pasted from Microsoft Word into the TinyMCE editor and the user selects "Remove formatting." Its default value is strong, b, meaning bold formatting is stripped out during this cleanup process. Administrators can expand or modify the comma-separated list to filter additional elements, tailoring how aggressively pasted content is sanitized. This property is configured to improve content consistency, prevent unwanted formatting, and maintain cleaner HTML in knowledge articles, catalog items, and other editor fields. Overly aggressive filtering may remove useful formatting, so adjustments should be tested to balance content quality and user needs.

Source

Related property: glide.ui.html.editor.paste.html_import