mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
remove invalid default values
This commit is contained in:
parent
e48eb3ba47
commit
c9f60bb848
1 changed files with 2 additions and 15 deletions
|
|
@ -5,21 +5,8 @@
|
|||
"shelf_set_source_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": "/path/to/your/shelf_set_file"
|
||||
},
|
||||
"shelf_definition": [
|
||||
{
|
||||
"shelf_name": "OpenPype Shelf",
|
||||
"tools_list": [
|
||||
{
|
||||
"label": "OpenPype Tool",
|
||||
"script": "/path/to/your/tool_script",
|
||||
"icon": "/path/to/your/icon",
|
||||
"help": "Help message for your tool"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"linux": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"create": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue