feat(server): add support for layout orientation option

This commit is contained in:
Elian Doran
2024-11-23 09:06:16 +02:00
parent eaa6d6c3cf
commit e32f54a5c9
2 changed files with 5 additions and 2 deletions

View File

@@ -134,7 +134,9 @@ const defaultOptions: DefaultOption[] = [
{ name: "codeBlockWordWrap", value: "false", isSynced: true },
// Text note configuration
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true }
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true },
{ name: "layoutOrientation", value: "vertical", isSynced: false }
];
/**