mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
Fix save) triggers 'not allowed to be changed'
"500 PUT options. Option 'allowedHtmlTags' is not allowed to be changed" Note: the "allowed to change" list is set on startup. When a new option is added Trilium must be restarted.
This commit is contained in:
parent
8db1205d57
commit
8574d2b143
@ -66,7 +66,8 @@ const ALLOWED_OPTIONS = new Set([
|
|||||||
'editedNotesOpenInRibbon',
|
'editedNotesOpenInRibbon',
|
||||||
'locale',
|
'locale',
|
||||||
'firstDayOfWeek',
|
'firstDayOfWeek',
|
||||||
'textNoteEditorType'
|
'textNoteEditorType',
|
||||||
|
'allowedHtmlTags', // Allow configuring HTML import tags
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function getOptions() {
|
function getOptions() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user