
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2020 02:46 AM
Hi Everyone,
In creating Knowledge Articles, I would like to have the option of selection different headers directly on the toolbar. Currently, the users create the articles in MS Word and then paste then in the knowledge article. While writing this story, I realized that the community page has this option.
I would like to add the paragraph option to the default HTML toolbar as illustrated below to the :
Currently this is my view:
Here is how the glide.ui.html.editor.toolbar.line1 and glide.ui.html.editor.toolbar.line2 looks:
I have read the following and am still struggling.:
Configuring the Legacy HTML Toolbar
Properties installed with the TinyMCE HTML field editor
Configuring the Legacy HTML Toolbar
Set default font face and font size in TinyMCE editor?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2020 04:22 AM
Hi
On the sys_poropertis.list, go to the property - glide.ui.html.editor.v4.toolbar.line1.
On the property "Value" section, put formatselect before fontselect in the values defined, and Update the property.
After that, you should see the format selection dropdown on your HTML editor, with the options of paragraph and headers. Please refer to the screenshots below:
Thanks & Regards,
Rishabh Jha
Aavenir (http://www.aavenir.com/)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2020 04:22 AM
Hi
On the sys_poropertis.list, go to the property - glide.ui.html.editor.v4.toolbar.line1.
On the property "Value" section, put formatselect before fontselect in the values defined, and Update the property.
After that, you should see the format selection dropdown on your HTML editor, with the options of paragraph and headers. Please refer to the screenshots below:
Thanks & Regards,
Rishabh Jha
Aavenir (http://www.aavenir.com/)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2020 05:45 AM
Thank you very much