From 8987ccd01cfc6f64a2b3df72382ed330c00e0927 Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Mon, 7 Mar 2022 09:15:18 -0500 Subject: [PATCH] fix: (MICROBA-1743) Minor UI updates after bug bash [MICROBA-1743] * Remove `instructor` from the path of the bulk course email tool in the Comms MFE. * Remove `file` option from TinyMCE text editor. --- src/components/bulk-email-tool/text-editor/TextEditor.jsx | 1 + src/index.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/bulk-email-tool/text-editor/TextEditor.jsx b/src/components/bulk-email-tool/text-editor/TextEditor.jsx index c2c3ed4..e5b1d21 100644 --- a/src/components/bulk-email-tool/text-editor/TextEditor.jsx +++ b/src/components/bulk-email-tool/text-editor/TextEditor.jsx @@ -31,6 +31,7 @@ export default function TextEditor(props) { selector: 'textarea#editor', height: 600, branding: false, + menubar: 'edit view insert format table tools', plugins: 'advlist code emoticons link lists table image language', toolbar: 'formatselect fontselect bold italic underline forecolor | code bullist numlist alignlef aligncenter alignright alignjustify indent | blockquote link emoticons image | language', skin: false, diff --git a/src/index.jsx b/src/index.jsx index 574eabe..4e2dcb9 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -22,7 +22,7 @@ subscribe(APP_READY, () => {
- +