From 89044ce0ad1decf156e1a3fe259afe5bc7094d74 Mon Sep 17 00:00:00 2001
From: sks444 <krishnasingh.ss30@gmail.com>
Date: Fri, 20 Aug 2021 16:36:15 +0530
Subject: [PATCH] Remove plugins for which we don't have buttons

---
 hypha/apply/utils/options.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypha/apply/utils/options.py b/hypha/apply/utils/options.py
index 9f9b45d4d..942671a8a 100644
--- a/hypha/apply/utils/options.py
+++ b/hypha/apply/utils/options.py
@@ -4,7 +4,7 @@ MCE_ATTRIBUTES = {
     'elementpath': False,
     'branding': False,
     'entity_encoding': 'raw',
-    'plugins': 'link image preview codesample table code lists wordcount',
+    'plugins': 'link table lists wordcount',
     'toolbar1': 'undo redo | styleselect | bold italic | bullist numlist | table | link',
     'style_formats': [
         {'title': 'Headers', 'items': [
-- 
GitLab