From 56ffc495dd43e5265074681b7fd8b17c0aed9321 Mon Sep 17 00:00:00 2001 From: Jesper Hodge <19345795+jesperhodge@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:55:36 -0500 Subject: [PATCH] chore: disable tinymce plugins (#436) --- src/editors/data/constants/tinyMCE.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = '';