glide.ui.html.editor.toolbar.valid_buttons
ServiceNow property description:
A valid (supported) button list for html fields using TinyMCE. Use this to limit what buttons CAN BE added to the toolbar.
Attributes
- Sys ID: 8b27295677000210f18b48a0af5a998a
- Type: string
- Application: Global
- Default value: a11ycheck accordion aligncenter alignjustify alignleft alignright anchor backcolor blockquote blocks bold bullist charmap code codesample copy cut editimage emoticons flipv fliph fontfamily fontsize forecolor fullscreen help hr image indent insertdatetime italic link ltr media newdocument nonbreaking numlist outdent pagebreak paste pastetext preview print redo removeformat rotateleft rotateright rtl searchreplace strikethrough subscript superscript table tableofcontents underline undo unlink visualblocks visualchars

AI generated property description:
The ServiceNow property glide.ui.html.editor.toolbar.valid_buttons defines the complete set of supported buttons that can be used in the TinyMCE HTML editor toolbar. Its value is a space-separated list of valid button names, such as bold, italic, link, table, image, fullscreen, and others. Administrators use this property to restrict which buttons may appear in the editor, ensuring that only supported options are available when configuring glide.ui.html.editor.toolbar. This prevents invalid or unsupported toolbar configurations that could cause errors or reduce editor functionality. The property is typically managed to enforce consistency, usability, and stability in rich text editing across catalog items, knowledge articles, and other HTML fields.
Source