mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
set multipath to false for shelf set path
This commit is contained in:
parent
cdd90ad2a7
commit
b74655c167
2 changed files with 10 additions and 6 deletions
|
|
@ -2,7 +2,11 @@
|
|||
"shelves": [
|
||||
{
|
||||
"shelf_set_name": "OpenPype Shelves",
|
||||
"shelf_set_source_path": "/path/to/your/shelf_set_file",
|
||||
"shelf_set_source_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": "/path/to/your/shelf_set_file"
|
||||
},
|
||||
"shelf_definition": [
|
||||
{
|
||||
"shelf_name": "OpenPype Shelf",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"type": "path",
|
||||
"key": "shelf_set_source_path",
|
||||
"label": "Shelf Set Path",
|
||||
"multipath": true,
|
||||
"multipath": false,
|
||||
"multiplatform": true
|
||||
},
|
||||
{
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"label": "Shelf Name"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"type": "path",
|
||||
"key": "shelf_file_path",
|
||||
"label": "Shelf File Path"
|
||||
},
|
||||
|
|
@ -51,17 +51,17 @@
|
|||
"label": "Name"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"type": "path",
|
||||
"key": "filepath",
|
||||
"label": "File Path"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"type": "path",
|
||||
"key": "script",
|
||||
"label": "Script"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"type": "path",
|
||||
"key": "icon",
|
||||
"label": "Icon"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue