mirror of
https://github.com/discourse/DiscoTOC.git
synced 2025-03-06 17:30:16 +00:00
18 lines
395 B
YAML
18 lines
395 B
YAML
minimum_trust_level_to_create_TOC:
|
|
default: "0"
|
|
type: enum
|
|
choices:
|
|
- "0"
|
|
- "1"
|
|
- "2"
|
|
- "3"
|
|
- "4"
|
|
description:
|
|
en: "The minimum trust level a user must have in order to see the TOC button in the composer"
|
|
composer_toc_text:
|
|
default: "This topic will contain a table of contents"
|
|
table_of_contents_icon:
|
|
default: "align-left"
|
|
anchor_icon:
|
|
default: "hashtag"
|