removed ftrack project config

This commit is contained in:
iLLiCiTiT 2020-09-11 11:49:06 +02:00
parent 2f87b60f2e
commit 6539dc325c

View file

@ -1,39 +0,0 @@
{
"key": "ftrack",
"type": "dict",
"expandable": true,
"label": "Ftrack",
"children": [
{
"key": "status_update",
"type": "dict",
"expandable": true,
"label": "Status updates",
"is_group": true,
"children": [
{
"key": "Ready",
"type": "text",
"label": "Ready"
}, {
"key": "Ready2",
"type": "text",
"label": "Ready2"
}
]
}, {
"key": "status_version_to_task",
"type": "dict",
"expandable": true,
"label": "Version status to Task status",
"is_group": true,
"children": [
{
"key": "in progress",
"type": "text",
"label": "In Progress"
}
]
}
]
}