change key 'name' by 'label' for tool name

This commit is contained in:
Thomas Fricard 2022-08-11 14:59:52 +02:00
parent a6ddb2d44b
commit 161ae6ef77
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"shelf_name": "OpenPype Shelf",
"tools_list": [
{
"name": "OpenPype Tool",
"label": "OpenPype Tool",
"script": "/path/to/your/tool_script",
"icon": "/path/to/your/icon",
"help": "Help message for your tool"

View file

@ -42,7 +42,7 @@
"children": [
{
"type": "text",
"key": "name",
"key": "label",
"label": "Name"
},
{