Skip to content
Snippets Groups Projects
ancient_unitDef.json 1.69 KiB
Newer Older
{
  "pages": [
    {
      "sections": [
        {
rhenck's avatar
rhenck committed
          "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"
        },
        {
rhenck's avatar
rhenck committed
          "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"
rhenck's avatar
rhenck committed
        }
      ],
      "width": 1200,
      "height": 550,
      "backgroundColor": "#FFFAF0"
    },
    {
      "sections": [
        {
          "elements": [],
          "width": 1200,
          "height": 200,
          "backgroundColor": "#FFFAF0"
        }
      ],
      "width": 1200,
      "height": 550,
      "backgroundColor": "#FFFAF0"
    }
  ]
}