{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ttsbs/category-services",
  "title": "TimeTailor - Categories",
  "category": "widgets",
  "icon": "category",
  "description": "Renders the services list for a specific category.",
  "textdomain": "timetailor-salon-booking",
  "attributes": {
    "category_id": {
      "type": "string",
      "default": ""
    },
    "show_service_image": {
      "type": "boolean",
      "default": true
    },
    "show_service_description": {
      "type": "boolean",
      "default": true
    },
    "show_service_book_button": {
      "type": "boolean",
      "default": true
    },
    "service_book_button_text": {
      "type": "string",
      "default": "Book service"
    },
    "service_book_button_classes": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false
  },
  "editorStyle": [
    "file:../../../assets/css/tailwind.min.css",
    "file:../../../assets/css/style.css"
  ],
  "editorScript": "file:./build/index.js",
  "render": "file:./render.php"
}
