From 6eebb21760f9599b028e9279812158ecb129ab75 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 15 Apr 2019 06:03:46 +0800 Subject: [PATCH] FIX: remove default from setting list --- settings.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/settings.yml b/settings.yml index c821599..617f2d9 100644 --- a/settings.yml +++ b/settings.yml @@ -1,12 +1,11 @@ minimum_trust_level_to_create_TOC: - default: "0" + default: 0 type: enum choices: - - "0" - - "1" - - "2" - - "3" - - "4" + - 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: