From 82f6d7d3caf79bcb14087fb795815f6b4b6b1fec Mon Sep 17 00:00:00 2001 From: Ken Clary Date: Tue, 19 Dec 2023 12:25:49 -0500 Subject: [PATCH] fix: re-enable private plugins, with newer version of public plugin repo --- package-lock.json | 8 ++++---- package.json | 2 +- src/editors/data/constants/tinyMCE.js | 5 ++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d39340cf..b9f49bb76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "babel-polyfill": "6.26.0", "codemirror": "^6.0.0", "fast-xml-parser": "^4.0.10", - "frontend-components-tinymce-advanced-plugins": "^1.0.0", + "frontend-components-tinymce-advanced-plugins": "^1.0.1", "lodash-es": "^4.17.21", "moment": "^2.29.4", "moment-shortformat": "^2.1.0", @@ -11091,9 +11091,9 @@ } }, "node_modules/frontend-components-tinymce-advanced-plugins": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/frontend-components-tinymce-advanced-plugins/-/frontend-components-tinymce-advanced-plugins-1.0.0.tgz", - "integrity": "sha512-5JYqQ/VK5cI4pAr5GqmcffM6sYETRZ7P/laf3pk0TTtlTl0SKrG1X1DyRIcc7i5EEc57PD66mL2Wh/T6ItmRLQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/frontend-components-tinymce-advanced-plugins/-/frontend-components-tinymce-advanced-plugins-1.0.1.tgz", + "integrity": "sha512-PeHbWqWXicE+yxRN0Ir9dfbIXb3bzawZo8+xS83vNrWExbZ9K7BYShZ2yxXAY0pvXDmqmXu9JmIHC/RF1fpgYw==", "dependencies": { "@edx/frontend-build": "12.8.27", "tinymce": "^5.10.4" diff --git a/package.json b/package.json index b65f5c81b..58497b94b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "babel-polyfill": "6.26.0", "codemirror": "^6.0.0", "fast-xml-parser": "^4.0.10", - "frontend-components-tinymce-advanced-plugins": "^1.0.0", + "frontend-components-tinymce-advanced-plugins": "^1.0.1", "lodash-es": "^4.17.21", "moment": "^2.29.4", "moment-shortformat": "^2.1.0", diff --git a/src/editors/data/constants/tinyMCE.js b/src/editors/data/constants/tinyMCE.js index c63a3ca0d..f98333580 100644 --- a/src/editors/data/constants/tinyMCE.js +++ b/src/editors/data/constants/tinyMCE.js @@ -67,9 +67,8 @@ export const plugins = listKeyStore([ 'image', 'imagetools', 'quickbars', - // temporarily disable these plugins since they throw a bug in local development - // 'a11ychecker', - // 'powerpaste', + 'a11ychecker', + 'powerpaste', ]); export const textToSpeechIcon = '';