mirror of
https://github.com/discourse/DiscoTOC.git
synced 2025-02-16 08:24:49 +00:00
* FEATURE: Allow TOC for replies This commit adds an optional setting that allows enabling a TOC for replies. TOCs for replies are not affected by autoTOC settings like `auto_TOC_tags` and must be inserted manually.
25 lines
402 B
YAML
25 lines
402 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: ""
|
|
enable_TOC_for_replies:
|
|
default: false
|
|
TOC_min_heading:
|
|
default: 3
|
|
min: 1
|
|
max: 10000
|