{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "smsreminder-appointment-booking/book-button",
  "title": "SMS Reminder Booking Button",
  "category": "widgets",
  "icon": "calendar-alt",
  "description": "Insert a button that takes clients to your booking page.",
  "keywords": ["sms", "reminder", "booking", "button"],
  "textdomain": "smsreminder-appointment-booking",
  "attributes": {
    "label": {
      "type": "string"
    },
    "buttonColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "buttonSize": {
      "type": "string"
    },
    "positioning": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js"
}
