glide.ui.html.editor.enabled_plugins
ServiceNow property description:
Client-side HTML editor plugins that should be added(spaced delimited). Removing plugins could cause undesirable side-effects.
Attributes
- Sys ID: 6175e1d277000210f18b48a0af5a99ad
- Type: string
- Application: Global
- Default value: accordion advlist align_listitems anchor autolink charmap codemirror directionality editimage emoticons fullscreen help image insertdatetime link lists media nonbreaking pagebreak preview readonlynoborder searchreplace table visualblocks visualchars

AI generated property description:
The ServiceNow property glide.ui.html.editor.enabled_plugins defines which plugins are available in the client-side HTML editor used across the platform. The value is a space-delimited list, and by default it includes plugins such as accordion, advlist, link, image, table, preview, fullscreen, and others. Administrators can add plugins to extend functionality or remove them to restrict features, but removing core plugins may lead to instability or reduce expected editor capabilities. This property is configured to balance flexibility and control in areas like catalog item descriptions, knowledge articles, or custom HTML fields. Any changes should be tested carefully, since modifying the plugin set can introduce unexpected side effects in the editor’s behavior.
Source