{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ttsbs/btn-service-menu",
  "title": "TimeTailor - Booking",
  "category": "widgets",
  "icon": "calendar-alt",
  "description": "Adds a button linking to your TimeTailor booking page.",
  "textdomain": "timetailor-salon-booking",
  "attributes": {
    "text": { "type": "string", "default": "Book now" },
    "width": { "type": "number", "default": 0 }
  },
  "supports": {
    "html": false
  },
  "editorScript": "file:./build/index.js",
  "render": "file:./render.php"
}
