DiscoTOC/settings.yml

27 lines
423 B
YAML

minimum_trust_level_to_create:
default: 0
type: enum
choices:
- 1
- 2
- 3
- 4
composer_text:
default: "This topic will contain a table of contents"
table_of_contents_icon:
default: "align-left"
anchor_icon:
default: "hashtag"
auto_categories:
type: list
list_type: category
default: ""
auto_tags:
type: list
list_type: tag
default: ""
min_heading:
default: 3
min: 1
max: 10000