mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-23 14:20:10 +00:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
|
{
|
||
|
"id": "PMDG_737_700_CDU_DEF",
|
||
|
"value": {
|
||
|
"panelSize": {
|
||
|
"width": 900,
|
||
|
"height": 675
|
||
|
},
|
||
|
"controlSize": {
|
||
|
"webBrowser": {
|
||
|
"width": 445,
|
||
|
"height": 675
|
||
|
}
|
||
|
},
|
||
|
"panelControlDefinitions": [
|
||
|
{
|
||
|
"id": "cdu-left",
|
||
|
"type": "webBrowser",
|
||
|
"left": 0,
|
||
|
"top": 0,
|
||
|
"controlSize": {
|
||
|
"$ref": "#value.controlSize.webBrowser"
|
||
|
},
|
||
|
"binding": {
|
||
|
"url": "http://localhost:32111/"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"id": "cdu-right",
|
||
|
"type": "webBrowser",
|
||
|
"left": 455,
|
||
|
"top": 0,
|
||
|
"controlSize": {
|
||
|
"$ref": "#value.controlSize.webBrowser"
|
||
|
},
|
||
|
"binding": {
|
||
|
"url": "http://localhost:32112/"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|