Aaron Parecki
8 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
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: { |
|
|
|