{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "coblocks/alert",
  "attributes": {
    "content": {
      "type": "string"
    }
  },
  "supports": {
    "color": {
      "link": false
    }
  },
  "textdomain": "coblocks",
  "editorScript": [
    "coblocks-1"
  ],
  "title": "Alert",
  "category": "theme"
}