mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
changed action/event paths to multiplatform and multipath inputs and changed labels
This commit is contained in:
parent
3685ad9ed5
commit
bbbfef4ca7
2 changed files with 21 additions and 9 deletions
|
|
@ -15,8 +15,16 @@
|
|||
"ftrack": {
|
||||
"enabled": true,
|
||||
"ftrack_server": "",
|
||||
"ftrack_actions_path": [],
|
||||
"ftrack_events_path": [],
|
||||
"ftrack_actions_path": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"ftrack_events_path": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"intent": {
|
||||
"items": {
|
||||
"-": "-",
|
||||
|
|
|
|||
|
|
@ -21,19 +21,23 @@
|
|||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Additional Ftrack paths"
|
||||
"label": "Additional Ftrack event handlers paths"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"type": "path",
|
||||
"key": "ftrack_actions_path",
|
||||
"label": "Action paths",
|
||||
"object_type": "text"
|
||||
"label": "User paths",
|
||||
"use_label_wrap": true,
|
||||
"multipath": true,
|
||||
"multiplatform": true
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"type": "path",
|
||||
"key": "ftrack_events_path",
|
||||
"label": "Event paths",
|
||||
"object_type": "text"
|
||||
"label": "Server paths",
|
||||
"use_label_wrap": true,
|
||||
"multipath": true,
|
||||
"multiplatform": true
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue