/* eslint-disable */
// This file is autogenerated from block.json on every page load. Don't modify!

type BlockConfiguration = {
  "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"
}

export type BlockAttributes = {
  leftBackgroundColor?: string
  rightBackgroundColor?: string
}

declare const config: BlockConfiguration
export default config
