{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/trip-overview",
  "version": "0.1.0",
  "title": "Trip Overview",
  "category": "wp-travel-single-trip-blocks",
  "icon": "index-card",
  "description": "Display trip overview for the trip.",
  "attributes": {
    "textAlign": {
      "type": "string",
      "default": "left"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "trip-overview",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}