From 06b0d74d52cd1b450f80fd947146e2a0a2787b33 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 5 Jun 2019 16:56:44 +0300 Subject: [PATCH] Editor.js integration #122 #117 --- .../plugins/admin/views/templates/content/entries/editor.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/views/templates/content/entries/editor.html b/site/plugins/admin/views/templates/content/entries/editor.html index 4faa3c5c..a1e71862 100644 --- a/site/plugins/admin/views/templates/content/entries/editor.html +++ b/site/plugins/admin/views/templates/content/entries/editor.html @@ -67,7 +67,9 @@ class: InlineCode, shortcut: 'CMD+SHIFT+C' }, - embed: Embed, + + embed: Embed, + table: { class: Table, inlineToolbar: true,