mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-02 13:42:55 +00:00
Fix the default for "expand" being a string instead of a boolean (#111)
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@
|
||||
{
|
||||
"id": "expand",
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"default": false,
|
||||
"translate": "entry.expand",
|
||||
"help": true,
|
||||
"require": [
|
||||
|
||||
+1
-1
@@ -278,7 +278,7 @@
|
||||
{
|
||||
"id": "expand",
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"default": false,
|
||||
"translate": "entry.expand",
|
||||
"help": true,
|
||||
"require": [
|
||||
|
||||
+1
-1
@@ -278,7 +278,7 @@
|
||||
{
|
||||
"id": "expand",
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"default": false,
|
||||
"translate": "entry.expand",
|
||||
"help": true,
|
||||
"require": [
|
||||
|
||||
Reference in New Issue
Block a user