mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
added testing schema
This commit is contained in:
parent
d6a998d953
commit
ca94850499
2 changed files with 34 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
{
|
||||
"type": "schema",
|
||||
"children": [
|
||||
"test_project_schema",
|
||||
"ftrack_projects_gui_schema",
|
||||
"plugins_gui_schema"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"key": "test_inputs",
|
||||
"type": "dict-expanding",
|
||||
"label": "Test inputs",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "boolean",
|
||||
"type": "boolean",
|
||||
"label": "Boolean"
|
||||
}, {
|
||||
"key": "test_singleline",
|
||||
"type": "text-singleline",
|
||||
"label": "Text singleline"
|
||||
}, {
|
||||
"key": "test_multiline",
|
||||
"type": "text-multiline",
|
||||
"label": "Text multiline"
|
||||
}, {
|
||||
"key": "raw_json",
|
||||
"type": "raw-json",
|
||||
"label": "Raw json"
|
||||
}, {
|
||||
"key": "int",
|
||||
"type": "int",
|
||||
"label": "Int"
|
||||
}, {
|
||||
"key": "float",
|
||||
"type": "float",
|
||||
"label": "Float"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue