nuke: adding legacy type

This commit is contained in:
Jakub Jezek 2022-05-06 15:41:55 +02:00
parent f14cabb667
commit a0284fd239
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 24 additions and 0 deletions

View file

@ -251,6 +251,22 @@
]
}
]
},
{
"key": "__legacy__",
"label": "_ Legacy type _",
"children": [
{
"type": "text",
"key": "name",
"label": "Name"
},
{
"type": "text",
"key": "value",
"label": "Value"
}
]
}
]
}