From 531f1d253b5c1889b0c3f2f0418c665b3e9d6948 Mon Sep 17 00:00:00 2001 From: horoyami <34141926+horoyami@users.noreply.github.com> Date: Tue, 20 Nov 2018 21:25:09 +0300 Subject: [PATCH] Add table plugin to example (#493) * submodule pluged * remove .git * Add table plugin to example --- .gitmodules | 3 +++ example/example.html | 7 +++++++ example/tools/table | 1 + 3 files changed, 11 insertions(+) create mode 160000 example/tools/table diff --git a/.gitmodules b/.gitmodules index 35eeb743..02a73d42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "example/tools/embed"] path = example/tools/embed url = https://github.com/codex-editor/embed +[submodule "example/tools/table"] + path = example/tools/table + url = https://github.com/codex-editor/table diff --git a/example/example.html b/example/example.html index 75768707..9303c678 100644 --- a/example/example.html +++ b/example/example.html @@ -48,6 +48,7 @@ + @@ -130,6 +131,12 @@ }, embed: Embed, + + table: { + class: Table, + inlineToolbar: true + }, + }, /** diff --git a/example/tools/table b/example/tools/table new file mode 160000 index 00000000..040b0822 --- /dev/null +++ b/example/tools/table @@ -0,0 +1 @@ +Subproject commit 040b0822a9166670d51374d2fa1ffe7caa095736