TinyMCE Toolbar Config

davidsmith
Tera Expert

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

2 REPLIES 2

nativin
Kilo Explorer

// 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