Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

TinyMCE Toolbar Config

davidsmith
Tera Guru

Hello,

 

We need to add two new buttons to our TinyMCE Toolbar. These are  a11ycheck for the Accesibility Checker and Blocks (for the ability to add H1 and H2 - I believe that this appears as "Paragraph".

I need some advise on what system property to add these to.

 

Thanks in advance.

David

1 ACCEPTED SOLUTION

We had to edit two system properties in the end:

glide.ui.html.editor.toolbar   -we had to add the required button to the value field

 

glide.ui.html.editor.toolbar - 

we then had to add the required button to the value field

 

View solution in original post

3 REPLIES 3

nativin
Kilo Contributor

// Configure your TinyMCE system properties by adding 'a11ycheck' to your plugins list, and then include both 'blocks' and 'a11ycheck' in your toolbar string (e.g., toolbar: 'undo redo | blocks a11ycheck | bold italic') to enable the heading dropdown and accessibility checker.  

Hi @nativin 

 

Whic specific system property have you used for this?

 

Many thanks

David

We had to edit two system properties in the end:

glide.ui.html.editor.toolbar   -we had to add the required button to the value field

 

glide.ui.html.editor.toolbar - 

we then had to add the required button to the value field