add extra fields to product.json for external templates
This commit is contained in:
parent
69cff1ebab
commit
1e5d2b49da
@ -2,7 +2,9 @@
|
||||
"product": {
|
||||
"name": "Tibia test product",
|
||||
"version": "1.0.0",
|
||||
"buildVersion": "0",
|
||||
"buildVersion": 0,
|
||||
"description": "A toy plugin to test Tibia",
|
||||
"copyright": "Copyright © 2021-2025 Orastron Srl unipersonale",
|
||||
"bundleName": "tibia-test",
|
||||
"buses": [
|
||||
{
|
||||
@ -136,7 +138,8 @@
|
||||
],
|
||||
"ui": {
|
||||
"userResizable": true,
|
||||
"selfResizable": false
|
||||
"selfResizable": false,
|
||||
"highResolution": true
|
||||
},
|
||||
"state": {
|
||||
"dspCustom": true
|
||||
|
Loading…
Reference in New Issue
Block a user