{
  "apiVersion": 3,
  "name": "cocoon-blocks/search-box",
  "category": "cocoon-block",
  "keywords": [
    "search",
    "box"
  ],
  "attributes": {
    "content": {
      "type": "string",
      "default": "キーワード"
    }
  },
  "example": {
    "attributes": {
      "content": "Keywords"
    }
  },
  "supports": {
    "anchor": true,
    "html": false
  }
}
