- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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
Solved! Go to Solution.
- Labels:
-
KCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
// 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
