{
  "version": 1,
  "name": "AA",
  "layoutProperties": {},
  "rows": [
    {
      "layoutColumns": [
        {
          "span": "12",
          "rows": [],
          "layoutComponents": [
            {
              "dragTypeName": "org.uberfire.ext.plugin.client.perspective.editor.layout.editor.HTMLLayoutDragComponent",
              "properties": {
                "HTML_CODE": "Add your HTML here..."
              },
              "parts": [
                  {
                    "partId": "PART1",
                    "cssProperties": {
                      "PROP1": "PROP1_VAL",
                      "PROP2": "PROP2_VAL"
                    }
                  },
                  {
                    "partId": "PART2",
                    "cssProperties": {
                        "PROP1": "PROP1_VAL"
                    }
                  }
                ]
            }
          ]
        }
      ]
    }
  ]
}