diff --git a/src/editors/data/constants/tinyMCE.js b/src/editors/data/constants/tinyMCE.js index f98333580..2e009c501 100644 --- a/src/editors/data/constants/tinyMCE.js +++ b/src/editors/data/constants/tinyMCE.js @@ -67,8 +67,9 @@ export const plugins = listKeyStore([ 'image', 'imagetools', 'quickbars', - 'a11ychecker', - 'powerpaste', + // We are disabling these plugins for now until local development and stubbed versions work + // 'a11ychecker', + // 'powerpaste', ]); export const textToSpeechIcon = '';