mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
global: adding filtering custom tags to settings
This commit is contained in:
parent
3cdad1e967
commit
463f83a201
2 changed files with 11 additions and 1 deletions
|
|
@ -78,7 +78,8 @@
|
||||||
"review",
|
"review",
|
||||||
"ftrack"
|
"ftrack"
|
||||||
],
|
],
|
||||||
"subsets": []
|
"subsets": [],
|
||||||
|
"custom_tags": []
|
||||||
},
|
},
|
||||||
"overscan_crop": "",
|
"overscan_crop": "",
|
||||||
"overscan_color": [
|
"overscan_color": [
|
||||||
|
|
|
||||||
|
|
@ -295,6 +295,15 @@
|
||||||
"label": "Subsets",
|
"label": "Subsets",
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"object_type": "text"
|
"object_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "custom_tags",
|
||||||
|
"label": "Custom Tags",
|
||||||
|
"type": "list",
|
||||||
|
"object_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue