mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
change key 'name' by 'label' for tool name
This commit is contained in:
parent
a6ddb2d44b
commit
161ae6ef77
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"children": [
|
||||
{
|
||||
"type": "text",
|
||||
"key": "name",
|
||||
"key": "label",
|
||||
"label": "Name"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue