From 287cc23ee7ed8c72f31f853accb89d9481b3f37d Mon Sep 17 00:00:00 2001 From: Jesper Hodge <19345795+jesperhodge@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:09:04 -0500 Subject: [PATCH] fix: disable a11ychecker and powerpaste plugins (#437) --- src/editors/data/constants/tinyMCE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]);