DEV: wrap trust level values in quotes

This commit is contained in:
Joe 2019-04-15 05:25:23 +08:00 committed by GitHub
parent e8375830c3
commit c316cfb31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
minimum_trust_level_to_create_TOC:
default: 0
default: "0"
type: enum
choices:
- 0
- 1
- 2
- 3
- 4
- "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: