mirror of
https://github.com/vale981/DiscoTOC
synced 2025-03-04 17:11:42 -05:00
FIX: remove default from setting list
This commit is contained in:
parent
34a7c13a6b
commit
6eebb21760
1 changed files with 5 additions and 6 deletions
11
settings.yml
11
settings.yml
|
@ -1,12 +1,11 @@
|
||||||
minimum_trust_level_to_create_TOC:
|
minimum_trust_level_to_create_TOC:
|
||||||
default: "0"
|
default: 0
|
||||||
type: enum
|
type: enum
|
||||||
choices:
|
choices:
|
||||||
- "0"
|
- 1
|
||||||
- "1"
|
- 2
|
||||||
- "2"
|
- 3
|
||||||
- "3"
|
- 4
|
||||||
- "4"
|
|
||||||
description:
|
description:
|
||||||
en: "The minimum trust level a user must have in order to see the TOC button in the composer"
|
en: "The minimum trust level a user must have in order to see the TOC button in the composer"
|
||||||
composer_toc_text:
|
composer_toc_text:
|
||||||
|
|
Loading…
Add table
Reference in a new issue