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 configures the list of enabled plugins for the HTML editor, affecting its functionality and user experience. |
| What area does it affect? |
HTML editor functionality |
| What does the default mean? |
The default value is "advlist align_listitems anchor autolink charmap codemirror directionality emoticons fullscreen hr image insertdatetime link lists media nonbreaking pagebreak preview print readonlynoborder searchreplace table visualblocks visualchars", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting editor capabilities or troubleshooting plugin-related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.html.editor.v5.enabled_plugins |
| Sys ID |
cdc1f5970f0230102284ff12ff767e8d |
| Type |
string |
| Application |
Global |
| Default value |
advlist align_listitems anchor autolink charmap codemirror directionality emoticons fullscreen hr image insertdatetime link lists media nonbreaking pagebreak preview print readonlynoborder searchreplace table visualblocks visualchars |
| Description |
Client-side HTML editor plugins that should be added(spaced delimited).
Removing plugins could cause undesirable side-effects. |
| Updated |
2024-05-25 05:05:58 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... automatically resize. glide.ui.html.editor.autoresize_line_limit Determines the line number after which the scroll bar should appear for the HTML editor component in all HTML fields. Effective if automatic resizing is added to glide.ui.html.editor.v5.enabled_plugins. Enter a maximum value for HTML fields to resize automatically. glide.ui.html.editor.v5.enabled_plugins Determines the line number after which the scroll bar should appear for the text area component in all Activity ...
Related properties