{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/trip-faqs",
  "version": "0.1.0",
  "title": "Trip FAQ",
  "category": "wp-travel-single-trip-blocks",
  "icon": "list-view",
  "description": "Display trip faqs for the trip.",
  "attributes": {
    "layout": {
      "type": "string",
      "default": "first-design"
    },
    "questionBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "questionTextColor": {
      "type": "string",
      "default": ""
    },
    "answerBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "answerTextColor": {
      "type": "string",
      "default": ""
    },
    "btnBorderColor": {
      "type": "string",
      "default": ""
    },
    "btnTextColor": {
      "type": "string",
      "default": ""
    },
    "btnBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "btnBorderRadius": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "trip-faqs",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}