changed action/event paths to multiplatform and multipath inputs and changed labels

This commit is contained in:
iLLiCiTiT 2022-01-06 17:32:54 +01:00
parent 3685ad9ed5
commit bbbfef4ca7
2 changed files with 21 additions and 9 deletions

View file

@ -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": {
"-": "-",

View file

@ -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"