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