DiscoTOC/settings.yml
Vinoth Kannan 55f83a913c
FEATURE: new theme setting to disable TOC in posts with less headings. (#47)
The theme setting `TOC_min_heading` will decide whether the TOC should display or not based on the number of headings available in the post.
2022-11-04 09:41:16 +05:30

27 lines
443 B
YAML

minimum_trust_level_to_create_TOC:
default: 0
type: enum
choices:
- 1
- 2
- 3
- 4
composer_toc_text:
default: "This topic will contain a table of contents"
table_of_contents_icon:
default: "align-left"
anchor_icon:
default: "hashtag"
auto_TOC_categories:
type: list
list_type: category
default: ""
auto_TOC_tags:
type: list
list_type: tag
default: ""
TOC_min_heading:
default: 3
min: 1
max: 10000