aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/src/test/resources/Widget.json
blob: 6b90907cef738430018df53a54e009f7199a4887 (plain)
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
{
	"widget": {
		"debug": false,
		"window": {
			"title": "ONAP Widget",
			"name": "main_window",
			"width": 200,
			"height": 300
		},
		"image": {
			"src": "images/moon.png",
			"name": "moon",
			"hOffset": 150,
			"vOffset": 150,
			"alignment": "center"
		},
		"text": {
			"data": "Click Me",
			"size": 21,
			"style": "bold",
			"name": "text1",
			"hOffset": 350,
			"vOffset": null,
			"alignment": "center"
		}
	}
}