Try our conversational search powered by Generative AI!

How to Add Accessibility Checker to TinyMCE

Vote:
 

TinyMCE offers an accessibility checker plugin, but Episerver doesn't seem to recognize it. Instead, it shows an error saying that the "a11ychecker" plugin failed to load.

context.Services.Configure<TinyMceConfiguration>(config =>
{
    config.Default()
        .AddPlugin("a11ychecker")
        .Toolbar("a11ycheck");
});

Is this a bug in Episerver, or is there another way to add the a11ycheck button to the toolbar?

#203641
Apr 30, 2019 18:30
Vote:
 

It seems that the accessibility checker plugin is a premium (non-free) feature. It would be nice, though, if it were possible for Episerver to reach some kind of license agreement with TinyMCE, or at least allow the use of premium plugins if the user has purchased a TinyMCE subscription.

#203643
Apr 30, 2019 19:19
Vote:
 

https://world.episerver.com/documentation/developer-guides/CMS/add-ons/customizing-the-tinymce-editor-v2/plug-ins/

You can buy it yourself and add it. Haven't tried that specific plugin but it's supposed to work with any plugin.

#203646
Apr 30, 2019 21:32
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.