Add config option to change automatic readonly size (#2174)

This commit is contained in:
Abitofevrything
2021-09-20 21:08:41 +02:00
committed by GitHub
parent bdde52f004
commit b85cf07a28
4 changed files with 46 additions and 2 deletions

View File

@@ -42,7 +42,9 @@ const ALLOWED_OPTIONS = new Set([
'promotedAttributesExpanded',
'similarNotesExpanded',
'headingStyle',
'autoCollapseNoteTree'
'autoCollapseNoteTree',
'autoReadonlySize',
'autoCodeReadonlySize'
]);
function getOptions() {