mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
PYPE-1901 - currently only image family is created in PS
This commit is contained in:
parent
5107689f64
commit
e8b1467800
1 changed files with 6 additions and 1 deletions
|
|
@ -81,7 +81,12 @@
|
|||
{
|
||||
"key": "family",
|
||||
"label": "Resulting family",
|
||||
"type": "text"
|
||||
"type": "enum",
|
||||
"enum_items": [
|
||||
{
|
||||
"image": "image"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue