Fix the default for "expand" being a string instead of a boolean (#111)

This commit is contained in:
Sol Toder
2020-08-18 19:02:21 -04:00
committed by GitHub
parent 0d49fa759d
commit f5339b2964
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@
{
"id": "expand",
"type": "boolean",
"default": "false",
"default": false,
"translate": "entry.expand",
"help": true,
"require": [
+1 -1
View File
@@ -278,7 +278,7 @@
{
"id": "expand",
"type": "boolean",
"default": "false",
"default": false,
"translate": "entry.expand",
"help": true,
"require": [
+1 -1
View File
@@ -278,7 +278,7 @@
{
"id": "expand",
"type": "boolean",
"default": "false",
"default": false,
"translate": "entry.expand",
"help": true,
"require": [