-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodetest copy.json
34 lines (34 loc) · 1.02 KB
/
nodetest copy.json
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
{
"name": "test node",
"x": 0,
"y": 0,
"html": "<div style=\"color: white; background-color: gray;padding: 15px\">Hello World!</div>",
"nodes": [
{
"name": "Hello world box",
"x": 100,
"y": 100,
"html": "<div style=\"color: white; background-color: gray;padding: 15px\">Hello World!</div>",
"nodes": [
{
"name": "Hello world box",
"x": -100,
"y": -100,
"html": "<div style=\"color: white; background-color: gray;padding: 15px\">Hello World!</div>"
},
{
"name": "Troll face box",
"x": -400,
"y": -400,
"html": "<img src=\"https://upload.wikimedia.org/wikipedia/en/thumb/9/9a/Trollface_non-free.png/220px-Trollface_non-free.png\" width=\"200\"/>"
}
]
},
{
"name": "Troll face box",
"x": 400,
"y": 400,
"html": "<img src=\"https://upload.wikimedia.org/wikipedia/en/thumb/9/9a/Trollface_non-free.png/220px-Trollface_non-free.png\" width=\"200\"/>"
}
]
}