Merge pull request #443 from openedx/kenclary/plugins
fix: re-enable private plugins, with newer version of public plugin repo
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 = '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 22C3.08333 22 2.72917 21.8542 2.4375 21.5625C2.14583 21.2708 2 20.9167 2 20.5V3.5C2 3.08333 2.14583 2.72917 2.4375 2.4375C2.72917 2.14583 3.08333 2 3.5 2H13L11.5 3.5H3.5V20.5H15.5V17H17V20.5C17 20.9167 16.8542 21.2708 16.5625 21.5625C16.2708 21.8542 15.9167 22 15.5 22H3.5ZM6 17.75V16.25H13V17.75H6ZM6 14.75V13.25H11V14.75H6ZM15.5 15L11.5 11H8V6H11.5L15.5 2V15ZM17 12.7V4.05C17.9333 4.4 18.6667 5.01667 19.2 5.9C19.7333 6.78333 20 7.65 20 8.5C20 9.35 19.7083 10.1917 19.125 11.025C18.5417 11.8583 17.8333 12.4167 17 12.7ZM17 16.25V14.7C18.1667 14.2833 19.2083 13.5333 20.125 12.45C21.0417 11.3667 21.5 10.05 21.5 8.5C21.5 6.95 21.0417 5.63333 20.125 4.55C19.2083 3.46667 18.1667 2.71667 17 2.3V0.75C18.7 1.2 20.125 2.1375 21.275 3.5625C22.425 4.9875 23 6.63333 23 8.5C23 10.3667 22.425 12.0125 21.275 13.4375C20.125 14.8625 18.7 15.8 17 16.25Z" fill="black"/></svg>';
|
||||
|
||||
Reference in New Issue
Block a user