From b7bf2f8bedee71af91ca7c688dfee63df404e148 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 29 Apr 2019 13:21:36 +0200
Subject: [PATCH] Deactivate TinyMCE context menu so Android users can copy and
 paste in wysiwyg text fields.

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

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