diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 22:47:25 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 22:49:21 +0100 |
commit | 0fd4a36959d7021647920fd4b7d46cccaffd7d58 (patch) | |
tree | 24499fbfc5524091f216910a2a509f2abbd9a969 /src/editor.html | |
parent | strikethrough icon #11 (diff) | |
download | tabler-icons-0fd4a36959d7021647920fd4b7d46cccaffd7d58.tar.xz |
table icon, editor arrows #11
Diffstat (limited to 'src/editor.html')
-rw-r--r-- | src/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.html b/src/editor.html index 00007b5..08ed1f6 100644 --- a/src/editor.html +++ b/src/editor.html @@ -2,7 +2,7 @@ layout: default --- -{% assign toolbar = 'bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo' | split: '|' %} +{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo,table' | split: '|' %} <div class="container"> |