summaryrefslogtreecommitdiff
path: root/public/editor-files
diff options
context:
space:
mode:
Diffstat (limited to 'public/editor-files')
-rw-r--r--public/editor-files/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/editor-files/editor.js b/public/editor-files/editor.js
index a01f33a..46b838d 100644
--- a/public/editor-files/editor.js
+++ b/public/editor-files/editor.js
@@ -1,6 +1,6 @@
var editor = new MediumEditor('.editable', {
toolbar: {
- buttons: ['bold', 'italic', 'anchor', 'h1', 'h2', 'quote', 'pre', 'unorderedlist']
+ buttons: ['bold', 'italic', 'anchor', 'h2', 'h3', 'quote', 'pre', 'unorderedlist']
},
placeholder: {text: 'Write something nice...'},
paste: {