mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add DJV to applications
This commit is contained in:
parent
d7de431855
commit
39891d3644
4 changed files with 59 additions and 12 deletions
|
|
@ -75,6 +75,10 @@
|
|||
{
|
||||
"type": "schema",
|
||||
"name": "system_shell_schema"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "system_djv_schema"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"type": "dict",
|
||||
"key": "djvview",
|
||||
"label": "DJV View",
|
||||
"collapsable": true,
|
||||
"checkbox_key": "enabled",
|
||||
"children": [{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"key": "environment",
|
||||
"label": "Environment",
|
||||
"type": "raw-json",
|
||||
"env_group_key": "djvview"
|
||||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "system_host_template",
|
||||
"template_data": {
|
||||
"host_version": "1.1",
|
||||
"host_name": "djvview"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue