postapl-plugin-boilerplate
Version:
PostAPL plugin boilerplate
38 lines (37 loc) • 658 B
JSON
{
"type": "APL",
"version": "1.7",
"settings": {},
"theme": "dark",
"import": [],
"resources": [],
"styles": {},
"onMount": [],
"graphics": {},
"commands": {},
"layouts": {},
"mainTemplate": {
"parameters": [
"payload"
],
"items": [
{
"type": "Container",
"id": "root",
"width": "100vw",
"height": "100vh",
"data": [],
"items": [
{
"type": "Frame",
"id": "child",
"backgroundColor": "white",
"height": "100%",
"width": "100%",
"item": {}
}
]
}
]
}
}