From f5339b296492812e6975a16bf0fe01158727182b Mon Sep 17 00:00:00 2001 From: Sol Toder Date: Tue, 18 Aug 2020 19:02:21 -0400 Subject: [PATCH] Fix the default for "expand" being a string instead of a boolean (#111) --- schemas/1.14.json | 2 +- schemas/1.15.json | 2 +- schemas/1.16.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/1.14.json b/schemas/1.14.json index 34c77b18..96595c7e 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -116,7 +116,7 @@ { "id": "expand", "type": "boolean", - "default": "false", + "default": false, "translate": "entry.expand", "help": true, "require": [ diff --git a/schemas/1.15.json b/schemas/1.15.json index f8605b00..af25b31f 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -278,7 +278,7 @@ { "id": "expand", "type": "boolean", - "default": "false", + "default": false, "translate": "entry.expand", "help": true, "require": [ diff --git a/schemas/1.16.json b/schemas/1.16.json index e46505e5..baae9262 100644 --- a/schemas/1.16.json +++ b/schemas/1.16.json @@ -278,7 +278,7 @@ { "id": "expand", "type": "boolean", - "default": "false", + "default": false, "translate": "entry.expand", "help": true, "require": [