DEV: wrap trust level values in quotes
This commit is contained in:
parent
e8375830c3
commit
c316cfb31f
12
settings.yml
12
settings.yml
|
@ -1,12 +1,12 @@
|
||||||
minimum_trust_level_to_create_TOC:
|
minimum_trust_level_to_create_TOC:
|
||||||
default: 0
|
default: "0"
|
||||||
type: enum
|
type: enum
|
||||||
choices:
|
choices:
|
||||||
- 0
|
- "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…
Reference in New Issue