{
  "apiVersion": 3,
  "name": "cocoon-blocks/button-1",
  "category": "cocoon-block",
  "keywords": [
    "button",
    "btn"
  ],
  "attributes": {
    "content": {
      "type": "string",
      "default": "ボタン"
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "target": {
      "type": "string",
      "default": "_self"
    },
    "size": {
      "type": "string",
      "default": ""
    },
    "isCircle": {
      "type": "boolean",
      "default": false
    },
    "isShine": {
      "type": "boolean",
      "default": false
    },
    "align": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "customBorderColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    },
    "width": {
      "type": "string"
    },
    "justifyContent": {
      "type": "string"
    },
    "verticalAlignment": {
      "type": "string"
    }
  },
  "example": {
    "attributes": {
      "content": "Button"
    }
  },
  "supports": {
    "align": [
      "left",
      "center",
      "right"
    ],
    "customClassName": true,
    "anchor": true,
    "html": false
  }
}
