{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tixfox/event-button",
  "title": "TixFox Event Button",
  "category": "widgets",
  "icon": "button",
  "description": "Display a button that opens TixFox event in a modal",
  "keywords": ["event", "ticket", "tixfox", "button", "modal"],
  "version": "1.0.0",
  "textdomain": "tixfox",
  "attributes": {
    "eventSlug": {
      "type": "string",
      "default": ""
    },
    "eventTitle": {
      "type": "string",
      "default": ""
    },
    "buttonText": {
      "type": "string",
      "default": "Buy Tickets"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#2271b1"
    },
    "textColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "buttonSize": {
      "type": "number",
      "default": 16
    },
    "borderRadius": {
      "type": "number",
      "default": 8
    },
    "showIcon": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "align": true
  },
  "example": {
    "attributes": {
      "eventSlug": "HwDlQ5LA0A",
      "eventTitle": "Summer Music Festival 2024",
      "buttonText": "Buy Tickets",
      "backgroundColor": "#ea580c",
      "textColor": "#ffffff",
      "buttonSize": 16,
      "borderRadius": 8,
      "showIcon": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}
