do not show placeholder if non editable

This commit is contained in:
Philipp Kühn
2019-02-06 11:28:40 +01:00
parent 44525063bc
commit 9b90d6437e
3 changed files with 17 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ export default {
new Placeholder({
emptyClass: 'is-empty',
emptyNodeText: 'Write something …',
showOnlyWhenEditable: true,
}),
],
}),