{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/trip-duration-date",
  "version": "0.1.0",
  "title": "Trip Duration",
  "category": "wp-travel-single-trip-blocks",
  "icon": "clock",
  "description": "Display trip duration added for trip.",
  "attributes": {
    "extraClass": {
      "type": "string",
      "default": ""
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "durationFormat": {
      "type": "string",
      "default": "day_night"
    },
    "daysPlaceholderText": {
      "type": "string",
      "default": "Days"
    },
    "nightsPlaceholderText": {
      "type": "string",
      "default": "Nights"
    },
    "hourPlaceholderText": {
      "type": "string",
      "default": "Hours"
    },
    "minutePlaceholderText": {
      "type": "string",
      "default": "Minutes"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "trip-duration-date",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}