Hide status and shown only working toolbar

pull/333/head
Rafly Maulana 3 years ago
parent 3989901858
commit 1e9d41fb5f
No known key found for this signature in database
GPG Key ID: 9AADAF05ED276842

@ -64,6 +64,28 @@ const DescriptionEdit = React.forwardRef(({ children, defaultValue, onUpdate },
return {
autofocus: true,
spellChecker: false,
status: false,
toolbar: [
'bold',
'italic',
'heading',
'strikethrough',
'|',
'quote',
'unordered-list',
'ordered-list',
'table',
'|',
'link',
'image',
'|',
'fullscreen',
'|',
'undo',
'redo',
'|',
'guide',
],
};
}, []);

Loading…
Cancel
Save