{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tripzzy/trips",
  "title": "Tripzzy Trips",
  "category": "tripzzy",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path fill='#3EB368' d='M7.949 22h-.1a.99.99 0 0 1-.723-.446L5.254 18.75l-2.803-1.873a.99.99 0 0 1-.446-.723.99.99 0 0 1 .287-.802l.99-.99a.99.99 0 0 1 .704-.288h2.437l1.14-1.704-4.42-2.92a2.04 2.04 0 0 1-.673-2.476l.069-.14.297-.494a1.912 1.912 0 0 1 2.14-.961l7.607 1.674 3.081-3.09c1.704-1.695 4.111-2.418 5.607-1.665.19.092.344.245.436.436.753 1.496 0 3.903-1.664 5.607l-3.091 3.08 1.674 7.608a2.13 2.13 0 0 1-.872 2.18.992.992 0 0 1-.228.128l-.495.198a2.03 2.03 0 0 1-2.447-.624l-2.971-4.468-1.684 1.14v2.436a.99.99 0 0 1-.288.704l-.99.99a.991.991 0 0 1-.703.288Zm3.962-7.925h.198a.99.99 0 0 1 .624.426l3.467 5.25c0-.05 0-.05.1-.08l.346-.138a.109.109 0 0 0 0-.119l-1.763-8.103a.99.99 0 0 1 .267-.911l3.467-3.467a4.29 4.29 0 0 0 1.377-2.972 4.29 4.29 0 0 0-2.972 1.377l-3.467 3.467a.991.991 0 0 1-.911.268L4.52 7.289l-.277.446a.317.317 0 0 0 0 .08l5.2 3.427a.99.99 0 0 1 .426.624.99.99 0 0 1-.148.743L7.74 15.58a.99.99 0 0 1-.782.475h-2.18l1.734 1.16a.922.922 0 0 1 .278.276l1.159 1.734v-2.18a.99.99 0 0 1 .445-.822l2.972-1.98a.99.99 0 0 1 .545-.169Z'/></svg>",
  "description": "List trips as per selected taxonomies. i.e Trip type, Trip Destination, Trip activities etc.",
  "keywords": [
    "tripzzy",
    "trip",
    "trip-listing"
  ],
  "textdomain": "default",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "view_mode": {
      "type": "string",
      "default": "grid"
    },
    "cols": {
      "type": "number",
      "default": 3
    },
    "query": {
      "type": "object",
      "default": {
        "numberOfItems": 3,
        "orderBy": "title",
        "order": "asc",
        "featured": false,
        "tripzzy_trip_destination": [],
        "tripzzy_trip_type": []
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "className": true,
    "__unstablePasteTextInline": true,
    "__experimentalSlashInserter": true,
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ]
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "tripzzy-admin-block-editor",
    "file:./index.css"
  ],
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "example": {
    "attributes": {
      "view_mode": {
        "type": "string",
        "default": "list_view"
      }
    }
  }
}