server: Set up editor type option

This commit is contained in:
Elian Doran
2024-11-09 14:33:14 +02:00
parent d2008e7e5f
commit 7a70fc14b3
2 changed files with 6 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ const ALLOWED_OPTIONS = new Set([
'promotedAttributesOpenInRibbon',
'editedNotesOpenInRibbon',
'locale',
'firstDayOfWeek'
'firstDayOfWeek',
'textNoteEditorType'
]);
function getOptions() {