mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
Add config option to change automatic readonly size (#2174)
This commit is contained in:
@@ -42,7 +42,9 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'promotedAttributesExpanded',
|
||||
'similarNotesExpanded',
|
||||
'headingStyle',
|
||||
'autoCollapseNoteTree'
|
||||
'autoCollapseNoteTree',
|
||||
'autoReadonlySize',
|
||||
'autoCodeReadonlySize'
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user