added is_tool key to determine if has app group host implementation

This commit is contained in:
iLLiCiTiT 2020-11-20 19:44:16 +01:00
parent 9bba70944b
commit 19a04ea110

View file

@ -11,4 +11,10 @@
"label": "Icon",
"placeholder": "Host icon path template",
"roles": ["developer"]
},
{
"type": "boolean",
"key": "is_host",
"label": "Has host implementation",
"roles": ["developer"]
}]