Add 'type', 'label', rename 'icon' to 'img' in widget
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "One",
|
||||
"type": 0
|
||||
"type": 2,
|
||||
"screen": "screen_one.json"
|
||||
},
|
||||
{
|
||||
"name": "two",
|
||||
@ -22,7 +23,17 @@
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "Two",
|
||||
"type": 0
|
||||
"type": 2,
|
||||
"screen": "screen_two.json"
|
||||
},
|
||||
{
|
||||
"name": "logo",
|
||||
"x": 88,
|
||||
"y": 48,
|
||||
"w": 144,
|
||||
"h": 144,
|
||||
"type": 1,
|
||||
"img": "/mongoose-os.jpg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user