DiscoTOC/settings.yml
Osama Sayegh bbb6e77435
UX: Add missing descriptions for settings and remove dead settings (#83)
This commit adds missing descriptions for the `composer_toc_text` and `TOC_min_heading` settings replaces "dead" settings whose only purpose was to add icons to the SVG sprite with the `svg_icons` modifier in the about.json file.
2024-03-27 15:56:09 +03:00

23 lines
361 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"
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