add the scriptsmenu schema to nuke

This commit is contained in:
Thomas Fricard 2022-05-02 17:17:29 +02:00 committed by clement.hector
parent ea54b0dc25
commit f7d4cbecfe
2 changed files with 26 additions and 0 deletions

View file

@ -290,6 +290,10 @@
}
]
},
{
"type": "schema",
"name": "schema_nuke_scriptsmenu"
},
{
"type": "schema",
"name": "schema_nuke_publish",

View file

@ -0,0 +1,22 @@
{
"type": "dict",
"collapsible": true,
"key": "scriptsmenu",
"label": "Scripts Menu Definition",
"children": [
{
"type": "text",
"key": "name",
"label": "Menu Name"
},
{
"type": "splitter"
},
{
"type": "raw-json",
"key": "definition",
"label": "Menu definition",
"is_list": true
}
]
}