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