mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added is_tool key to determine if has app group host implementation
This commit is contained in:
parent
9bba70944b
commit
19a04ea110
1 changed files with 6 additions and 0 deletions
|
|
@ -11,4 +11,10 @@
|
||||||
"label": "Icon",
|
"label": "Icon",
|
||||||
"placeholder": "Host icon path template",
|
"placeholder": "Host icon path template",
|
||||||
"roles": ["developer"]
|
"roles": ["developer"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "boolean",
|
||||||
|
"key": "is_host",
|
||||||
|
"label": "Has host implementation",
|
||||||
|
"roles": ["developer"]
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue