{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tour/available-tours",
  "version": "0.1.0",
  "title": "Available Tours",
  "category": "widgets",
  "icon": "testimonial",
  "description": "Show a list of available tours.",
  "attributes": {
    "noToursText": {
      "type": "string",
      "default": "There are no tours available."
    }
  },
  "example": {
    "attributes": {
      "noToursText": "Here a list of the available tours would be shown."
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "tour",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}