silverstripe / cwp

Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.
https://www.cwp.govt.nz
BSD 3-Clause "New" or "Revised" License
10 stars 26 forks source link

FIX Update TinyMCE config for v6 compatibility #331

Closed GuySartorelli closed 1 year ago

GuySartorelli commented 1 year ago

This should have been done with the tinymce upgrade. contextmenu is no longer its own plugin, it's part of core (see upgrade notes). mode is a deprecated option in 5 which was removed in 6: https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#previously-deprecated-items-now-removed

Leaving these in results in a "Failed to load plugin" console error, and a deprecation warning about the "mode" option. This PR resolves those.

Issue