removed invalid is_file values from schemas

This commit is contained in:
iLLiCiTiT 2021-05-19 11:15:09 +02:00
parent 2b8233de53
commit 996b93abce
6 changed files with 1 additions and 10 deletions

View file

@ -10,7 +10,6 @@
"collapsible": true,
"key": "publish",
"label": "Publish plugins",
"is_file": true,
"children": [
{
"type": "dict",

View file

@ -603,7 +603,6 @@
"collapsible": true,
"key": "publish",
"label": "Publish plugins",
"is_file": true,
"children": [
{
"type": "dict",

View file

@ -11,7 +11,6 @@
"key": "create",
"label": "Creator plugins",
"collapsible_key": true,
"is_file": true,
"object_type": {
"type": "dict",
"children": [
@ -56,7 +55,6 @@
"collapsible": true,
"key": "publish",
"label": "Publish plugins",
"is_file": true,
"children": [
{
"type": "dict",

View file

@ -4,7 +4,6 @@
"label": "Site Sync (beta testing)",
"collapsible": true,
"checkbox_key": "enabled",
"is_file": true,
"children": [
{
"type": "boolean",
@ -44,7 +43,6 @@
"key": "sites",
"label": "Sites",
"collapsible_key": false,
"is_file": true,
"object_type":
{
"type": "dict",

View file

@ -10,7 +10,6 @@
"collapsible": true,
"key": "publish",
"label": "Publish plugins",
"is_file": true,
"children": [
{
"type": "schema_template",

View file

@ -97,7 +97,6 @@
"key": "sites",
"label": "Sites",
"collapsible_key": false,
"is_file": true,
"object_type":
{
"type": "dict",
@ -156,8 +155,7 @@
},
"is_group": true,
"key": "templates_mapping",
"label": "Templates mapping",
"is_file": true
"label": "Templates mapping"
}
]
},