mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
#680 - added advanced_filtering to schema
This commit is contained in:
parent
29271dc0c7
commit
8813c7cc06
1 changed files with 23 additions and 0 deletions
|
|
@ -651,6 +651,29 @@
|
|||
"key": "add_ftrack_family",
|
||||
"label": "Add Ftrack Family",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"collapsible": true,
|
||||
"key": "advanced_filtering",
|
||||
"label": "Advanced adding if additional families present",
|
||||
"use_label_wrap": true,
|
||||
"object_type": {
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"key": "families",
|
||||
"label": "Additional Families",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"key": "add_ftrack_family",
|
||||
"label": "Add Ftrack Family",
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue