{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/book-button",
  "version": "0.1.0",
  "title": "Book Button",
  "category": "wp-travel-single-trip-blocks",
  "icon": "tickets-alt",
  "description": "Display the book button.",
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "attributes": {
    "textColor": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "textColorHover": {
      "type": "string",
      "default": ""
    },
    "backgroundColorHover": {
      "type": "string",
      "default": ""
    },
    "buttonStyle": {
      "type": "string",
      "default": "normal"
    },
    "buttonLabel": {
      "type": "string",
      "default": "Book Now"
    },
    "borderRadius": {
      "type": "number",
      "default": 3
    },
    "borderRadiusHover": {
      "type": "number",
      "default": 3
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "book-button",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}