From 25708c87b2c2c90e692f1e8b69cc7a25688358fc Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 30 Jul 2019 16:37:13 +0300 Subject: [PATCH] Flextype Admin Panel: Trumbowyg view html code #193 #186 --- site/plugins/admin/views/partials/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index d8796e0a..f782b649 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -300,7 +300,8 @@ ['unorderedList', 'orderedList'], ['table'], ['removeformat'], - ['fullscreen'] + ['fullscreen'], + ['viewHTML'] ], lang: '{{ locale }}', autogrow: false,