From 04aa13e8aa8a982d06c0556bd2b015f3d1e681cc Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Sat, 26 Aug 2023 08:51:39 +0530 Subject: [PATCH] feat: Disable options from the message signature editor (#7777) Co-authored-by: Pranav Raj S --- .../components/widgets/WootWriter/Editor.vue | 27 ++++++++++++--- .../widgets/WootWriter/FullEditor.vue | 17 ++++++---- .../widgets/conversation/ReplyBox.vue | 3 ++ app/javascript/dashboard/constants/editor.js | 33 +++++++++++++++++++ .../helpcenter/components/ArticleEditor.vue | 3 ++ .../settings/profile/MessageSignature.vue | 3 ++ package.json | 2 +- yarn.lock | 10 ++++-- 8 files changed, 84 insertions(+), 14 deletions(-) create mode 100644 app/javascript/dashboard/constants/editor.js diff --git a/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue b/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue index 80e3a4042..0cde6d4ff 100644 --- a/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue +++ b/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue @@ -22,7 +22,7 @@