added "is_file" key to schemas

This commit is contained in:
iLLiCiTiT 2020-08-13 11:41:56 +02:00
parent 1eb5b1ed2b
commit 2b07663fee
5 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,7 @@
"key": "applications",
"type": "dict-expanding",
"label": "Applications",
"is_file": true,
"children": [
{
"type": "dict-form",

View file

@ -8,6 +8,7 @@
"type": "dict-expanding",
"label": "Status updates",
"is_group": true,
"is_file": true,
"children": [
{
"key": "Ready",
@ -24,6 +25,7 @@
"type": "dict-expanding",
"label": "Version status to Task status",
"is_group": true,
"is_file": true,
"children": [
{
"key": "in progress",

View file

@ -13,6 +13,7 @@
"type": "dict-expanding",
"label": "Publish plugins",
"is_group": true,
"is_file": true,
"children": [
{
"key": "ValidateModelName",

View file

@ -3,6 +3,7 @@
"type": "dict-expanding",
"label": "Test inputs",
"is_group": true,
"is_file": true,
"children": [
{
"key": "boolean",

View file

@ -2,6 +2,7 @@
"key": "tools",
"type": "dict-expanding",
"label": "Tools",
"is_file": true,
"children": [
{
"type": "dict-form",