mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Allow to toggle family filters between "include" or "exclude" filtering
This commit is contained in:
parent
7a2164cf4f
commit
7e41dc49b6
3 changed files with 14 additions and 3 deletions
|
|
@ -297,6 +297,7 @@
|
|||
"family_filter_profiles": [
|
||||
{
|
||||
"hosts": [],
|
||||
"is_include": true,
|
||||
"task_types": [],
|
||||
"filter_families": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -267,7 +267,13 @@
|
|||
"label": "Task types"
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
"type": "boolean",
|
||||
"key": "is_include",
|
||||
"label": "Exclude (OFF) / Include (ON)"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Include: <b>show</b> selected families by default. Hides others by default.<br>Exclude: <b>hide</b> selected families by default. Shows others by default."
|
||||
},
|
||||
{
|
||||
"type": "template",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue