Skip to content
Snippets Groups Projects
Commit 141767a1 authored by rhenck's avatar rhenck
Browse files

Improve example data

parent b77e64fa
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,62 @@
{
"sections": [
{
"elements": [],
"elements": [
{
"label": "Label Dropdown",
"options": [
"op1",
"op2"
],
"type": "dropdown",
"id": "dummyID",
"xPosition": 124,
"yPosition": 26,
"width": 180,
"height": 60,
"backgroundColor": "grey",
"fontColor": "blue",
"font": "Arial",
"fontSize": 18,
"bold": true,
"italic": false,
"underline": false
}
],
"width": 1200,
"height": 200,
"backgroundColor": "#FFFAF0"
},
{
"elements": [],
"elements": [
{
"label": "Button Text",
"type": "button",
"id": "dummyID",
"xPosition": 440,
"yPosition": 77,
"width": 180,
"height": 60,
"backgroundColor": "grey",
"fontColor": "blue",
"font": "Arial",
"fontSize": 18,
"bold": true,
"italic": false,
"underline": false
}
],
"width": 1200,
"height": 200,
"backgroundColor": "#FFFAF0"
},
}
],
"width": 1200,
"height": 550,
"backgroundColor": "#FFFAF0"
},
{
"sections": [
{
"elements": [],
"width": 1200,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment