mirror of
https://github.com/discourse/DiscoTOC.git
synced 2025-03-06 09:20:10 +00:00
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.
23 lines
361 B
YAML
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
|