DiscoTOC/settings.yml

18 lines
448 B
YAML
Raw Normal View History

2019-04-14 16:47:22 -04:00
minimum_trust_level_to_create_TOC:
2019-04-14 18:03:46 -04:00
default: 0
2019-04-14 16:47:22 -04:00
type: enum
choices:
2019-04-14 18:03:46 -04:00
- 1
- 2
- 3
- 4
2019-04-14 16:47:22 -04:00
description:
en: "The minimum trust level a user must have in order to see the TOC button in the composer"
2022-05-06 10:13:01 -04:00
zh_CN: "能够在编辑器中显示 TOC 按钮的最低信任等级"
2019-04-14 16:47:22 -04:00
composer_toc_text:
default: "This topic will contain a table of contents"
2019-03-08 21:03:19 -05:00
table_of_contents_icon:
default: "align-left"
2019-04-14 16:47:22 -04:00
anchor_icon:
default: "hashtag"