Skip to content

Commit

Permalink
ynput#241 - Implemented pype-config/presets/plugins/test/*
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Sep 16, 2020
1 parent 3fa1037 commit e65ae03
Showing 1 changed file with 101 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,107 @@
]
}
]
},
{
"type": "dict",
"collapsable": true,
"key": "test",
"label": "Settings for automatic test",
"children": [
{
"type": "dict",
"collapsable": true,
"key": "create",
"label": "Test create plugins",
"is_file": true,
"children": [
{
"type": "dict",
"collapsable": false,
"key": "MyTestCreator",
"label": "MyTestCreator",
"children": [
{
"type": "dict-form",
"children": [
{
"type": "text",
"key": "my_test_property",
"label": "my_test_property"
},
{
"type": "boolean",
"key": "active",
"label": "active"
},
{
"type": "text",
"key": "new_property",
"label": "new_property"
},
{
"type": "text",
"key": "family",
"label": "family"
}
]
}
]
}
]
},
{
"type": "dict",
"collapsable": true,
"key": "publish",
"label": "Test publish plugins",
"is_file": true,
"children": [
{
"type": "dict",
"collapsable": false,
"key": "MyTestPlugin",
"label": "MyTestPlugin",
"children": [
{
"type": "dict-form",
"children": [
{
"type": "text",
"key": "label",
"label": "label"
},
{
"type": "boolean",
"key": "optional",
"label": "optional"
},
{
"type": "list",
"object_type": "text",
"key": "families",
"label": "families"
}
]
}
]
},
{
"type": "dict",
"collapsable": false,
"key": "MyTestRemovedPlugin",
"label": "MyTestRemovedPlugin",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "enabled"
}
]
}
]
}
]
}
]
}

0 comments on commit e65ae03

Please sign in to comment.