{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-sms-blocks/subscribe",
  "title": "Subscribe",
  "category": "wp-sms-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "attributes": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "example": {
    "attributes": {
      "title": "Subscribe",
      "description": "SMS newsletter form"
    }
  }
}