Merge remote-tracking branch 'origin/develop' into feature/extend-kept-html-tags

; Conflicts:
;	src/routes/api/options.ts
;	src/services/options_init.ts
This commit is contained in:
Elian Doran
2024-11-28 21:56:08 +02:00
102 changed files with 2525 additions and 861 deletions

View File

@@ -67,7 +67,8 @@ const ALLOWED_OPTIONS = new Set([
'locale',
'firstDayOfWeek',
'textNoteEditorType',
'allowedHtmlTags', // Allow configuring HTML import tags
'layoutOrientation',
'allowedHtmlTags' // Allow configuring HTML import tags
]);
function getOptions() {