mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modified current schemas
This commit is contained in:
parent
98569e4fed
commit
44dc6805ad
2 changed files with 14 additions and 9 deletions
|
|
@ -22,9 +22,7 @@
|
|||
"children": [
|
||||
{
|
||||
"type": "schema",
|
||||
"children": [
|
||||
"1_plugins_gui_schema"
|
||||
]
|
||||
"name": "1_plugins_gui_schema"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,12 +7,16 @@
|
|||
"key": "global",
|
||||
"children": [{
|
||||
"type": "schema",
|
||||
"children": [
|
||||
"1_tray_items",
|
||||
"1_applications_gui_schema",
|
||||
"1_tools_gui_schema",
|
||||
"1_intents_gui_schema"
|
||||
]
|
||||
"name": "1_tray_items"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "1_applications_gui_schema"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "1_tools_gui_schema"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "1_intents_gui_schema"
|
||||
}]
|
||||
}, {
|
||||
"type": "dict-invisible",
|
||||
|
|
@ -29,6 +33,9 @@
|
|||
"label": "Muster - Templates mapping",
|
||||
"is_file": true
|
||||
}]
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "1_examples"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue