{
  "apiVersion": 3,
  "name": "cocoon-blocks/micro-text",
  "category": "cocoon-micro",
  "keywords": [ "micro", "copy", "text" ],

  "attributes": {
    "content": {
      "type": "string",
      "default": "マイクロコピーテキスト"
    },
    "type": {
      "type": "string",
      "default": "micro-top"
    },
    "icon": {
      "type": "string"
    },
    "align": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    }
  },
  "example": {
    "attributes": {
      "content": "microcopy text"
    }
  },
  "supports": {
    "html": false,
    "align": [ "left", "center", "right" ],
    "customClassName": true,
    "anchor": true
  }
}
