{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yatra/activity",
  "title": "Activity",
  "category": "yatra",
  "icon": "buddicons-pm",
  "description": "Display activity listings with customizable options",
  "keywords": ["activity", "things to do", "yatra"],
  "textdomain": "yatra",
  "attributes": {
    "order": {
      "type": "string",
      "default": "asc"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "per_page": {
      "type": "number",
      "default": 10
    },
    "title": {
      "type": "string",
      "default": "Activity Listings"
    },
    "show_pagination": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "inserter": true,
    "align": ["wide", "full"]
  },
  "editorScript": "yatra-activity-block-editor"
}
