{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yatra/destination",
  "title": "Destination",
  "category": "yatra",
  "icon": "location-alt",
  "description": "Display destination listings with customizable options",
  "keywords": ["destination", "place", "location", "yatra"],
  "textdomain": "yatra",
  "attributes": {
    "order": {
      "type": "string",
      "default": "asc"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "per_page": {
      "type": "number",
      "default": 10
    },
    "title": {
      "type": "string",
      "default": "Destination Showcase"
    },
    "show_pagination": {
      "type": "boolean",
      "default": true
    },
    "destinationIds": {
      "type": "array",
      "default": []
    },
    "hide_empty": {
      "type": "boolean",
      "default": false,
      "description": "When on, destinations with zero published trips are skipped. Off by default to preserve the historical 'show everything' behavior."
    },
    "featured_only": {
      "type": "boolean",
      "default": false
    },
    "show_trip_count": {
      "type": "boolean",
      "default": true
    },
    "show_description": {
      "type": "boolean",
      "default": true
    },
    "show_image": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "inserter": true,
    "align": ["wide", "full"]
  },
  "editorScript": "yatra-destination-block-editor"
}
