[Schema] Fix incorrect default value for 'allowEmpty' (#16040)

This commit is contained in:
Carlos Zamora
2023-09-29 03:49:34 -07:00
committed by GitHub
parent cc2ba5350d
commit 4382a17352

View File

@@ -673,7 +673,7 @@
},
"allowEmpty": {
"description": "Whether to render a folder without entries, or to hide it",
"default": "false",
"default": false,
"type": "boolean"
}
}