Update TinyMCE Toolbar system properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hello @all
I’m trying to update the following system properties:
glide.ui.html.editor.v4.toolbar.line1
glide.ui.html.editor.v4.toolbar.line2
glide.ui.html.editor.v4.valid.buttons
However, after adding the values, I’m not seeing any changes reflected in Knowledge Base articles.
I also tried updating dictionary attributes, but that approach only works for a single article. I need a solution that applies consistently across all articles.
Has anyone encountered this before or knows how to make these changes effective globally?
Any guidance would be appreciated.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Try these
- Navigate to System Definition > Dictionary and find the
htmlfield on thekb_knowledgetable (or whichever table the field is inherited from — check if it's onkb_knowledge_baseor a parent). - Open the dictionary entry and look at the Attributes field. If there's already a
toolbar=...ortinymce_toolbar=...attribute set there, that's what's overriding your system properties. - Update the attributes directly on the dictionary entry (not on the form layout or a single record). For example, you'd set something like:
toolbar=bold italic underline | bullist numlist | link image | codeThis applies to every record that uses that field, not just one article. - If no field-level attribute exists and system properties still aren't working, try adding the attribute
use_global_toolbar=trueto the dictionary entry to explicitly tell the field to respect the system properties.
