global: adding filtering custom tags to settings

This commit is contained in:
Jakub Jezek 2022-10-19 22:17:40 +02:00
parent 3cdad1e967
commit 463f83a201
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 11 additions and 1 deletions

View file

@ -78,7 +78,8 @@
"review",
"ftrack"
],
"subsets": []
"subsets": [],
"custom_tags": []
},
"overscan_crop": "",
"overscan_color": [

View file

@ -295,6 +295,15 @@
"label": "Subsets",
"type": "list",
"object_type": "text"
},
{
"type": "separator"
},
{
"key": "custom_tags",
"label": "Custom Tags",
"type": "list",
"object_type": "text"
}
]
},