{
  "apiVersion": 3,
  "name": "cocoon-blocks/tab-caption-box-1",
  "category": "cocoon-universal-block",
  "keywords": [ "tab", "caption", "box" ],

  "attributes": {
    "content": {
      "type": "string",
      "default": "見出し"
    },
    "icon": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "customBorderColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    },
    "notNestedStyle": {
      "type": "boolean",
      "default": true
    },
    "backgroundColorValue": {
      "type": "string"
    },
    "textColorValue": {
      "type": "string"
    },
    "borderColorValue": {
      "type": "string"
    }
  },
  "example": {
    "attributes": {
      "content": "Lorem ipsum dolor"
    },
    "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": {
    "html": false,
    "anchor": true
  }
}
