added an option to define a "min TOC headings", #2985

This commit is contained in:
zadam
2022-07-16 00:15:45 +02:00
parent 377922eccf
commit 57c5b6d61f
6 changed files with 81 additions and 31 deletions

View File

@@ -56,7 +56,8 @@ const ALLOWED_OPTIONS = new Set([
'monthlyBackupEnabled',
'maxContentWidth',
'compressImages',
'downloadImagesAutomatically'
'downloadImagesAutomatically',
'minTocHeadings'
]);
function getOptions() {