diff --git a/src/editors/data/constants/tinyMCE.js b/src/editors/data/constants/tinyMCE.js index 2e009c501..c63a3ca0d 100644 --- a/src/editors/data/constants/tinyMCE.js +++ b/src/editors/data/constants/tinyMCE.js @@ -67,7 +67,7 @@ export const plugins = listKeyStore([ 'image', 'imagetools', 'quickbars', - // We are disabling these plugins for now until local development and stubbed versions work + // temporarily disable these plugins since they throw a bug in local development // 'a11ychecker', // 'powerpaste', ]);