summaryrefslogtreecommitdiff
path: root/public/editor/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/editor/editor.js')
-rw-r--r--public/editor/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/editor/editor.js b/public/editor/editor.js
index 0d72998..5a07e08 100644
--- a/public/editor/editor.js
+++ b/public/editor/editor.js
@@ -1,6 +1,6 @@
var editor = new MediumEditor('.editable', {
buttons: ['bold', 'italic', 'anchor', 'header1', 'header2', 'quote', 'unorderedlist', 'pre'],
- placeholder: 'Write something nice...',
+ placeholder: {text: 'Write something nice...'},
paste: {
// This example includes the default options for paste, if nothing is passed this is what it used
forcePlainText: false,