feat(classic-toolbar): allow user to toggle multiline toolbar

This commit is contained in:
Elian Doran
2024-12-14 01:24:29 +02:00
parent 65deec5861
commit f30c35f0f2
4 changed files with 30 additions and 2 deletions

View File

@@ -134,6 +134,7 @@ const defaultOptions: DefaultOption[] = [
// Text note configuration
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true },
{ name: "textNoteEditorMultilineToolbar", value: "false", isSynced: true },
// HTML import configuration
{ name: "layoutOrientation", value: "vertical", isSynced: false },