{
  "apiVersion": 3,
  "name": "yellowtree/full-two-column-color",
  "title": "Two Column with Background Colors",
  "category": "layout",
  "icon": "columns",
  "attributes": {
    "leftBackgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "rightBackgroundColor": {
      "type": "string",
      "default": "#ffffff"
    }
  },
  "supports": {
    "align": ["wide", "full"]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style.css",
  "renderTemplate": "template.php"
}