File size: 1,029 Bytes
f4d7942 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | {
"schema_version": "2",
"name": "HTML preview",
"runtime": {
"default": "server"
},
"references": [],
"operators": [
{
"id": "op_page",
"label": "Build page",
"inputs": [],
"outputs": [
{
"id": "out_0",
"label": "HTML",
"type": "html"
}
],
"data": {},
"x": 120,
"y": 120,
"width": 240,
"height": 90,
"role": "operator",
"kind": "fn",
"source": "fn",
"runtime": "server",
"fn": "make_page"
}
],
"subjects": [
{
"id": "sub_page",
"label": "Generated page",
"inputs": [
{
"id": "in",
"label": "HTML",
"type": "html"
}
],
"outputs": [
{
"id": "out",
"label": "HTML",
"type": "html"
}
],
"data": {},
"asset_type": "html",
"role": "subject",
"x": 480,
"y": 120,
"width": 420,
"height": 105
}
],
"edges": [
{
"id": "e1",
"from_node_id": "op_page",
"from_port_id": "out_0",
"to_node_id": "sub_page",
"to_port_id": "in",
"type": "html"
}
]
} |