{
  "apiVersion": 3,
  "name": "cocoon-blocks/blank-box-1",
  "category": "cocoon-block",
  "keywords": [
    "blank",
    "box"
  ],
  "attributes": {
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "customBorderColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    }
  },
  "example": {
    "innerBlocks": [
      {
        "name": "core/paragraph",
        "attributes": {
          "content": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius facilis in molestiae quod! Aut doloribus est illum iure porro sunt. Eius illo iusto maxime nihil possimus quae tempora voluptas voluptates."
        }
      }
    ]
  },
  "supports": {
    "anchor": true,
    "html": false
  }
}
