1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Hide status and shown only working toolbar

This commit is contained in:
Rafly Maulana 2022-11-20 20:27:45 +07:00
parent 3989901858
commit 1e9d41fb5f
No known key found for this signature in database
GPG key ID: 9AADAF05ED276842

View file

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