{
  "apiVersion": 2,
  "name": "flexguten/amazon-review-one",
  "version": "1.0.0",
  "title": "Amazon Product Review",
  "category": "flex-guten",
  "description": "Amazon Product Review Block",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "full",
      "wide"
    ]
  },
  "attributes": {
    "id": {
      "type": "string"
    },
    "containerBg": {
      "type": "string"
    },
    "containerBorder": {
      "type": "object",
      "default": {
        "color": "#ccc",
        "style": "solid",
        "width": "1px"
      }
    },
    "containerBorderRadius": {
      "type": "number",
      "default": 5
    },
    "color": {
      "type": "string",
      "default": "#00ff00"
    },
    "reviewHeading": {
      "type": "string",
      "default": "WD 1TB Portable Harddisk Solid State Drive (SSD)"
    },
    "photo": {
      "type": "object"
    },
    "photoBorder": {
      "type": "object",
      "default": {
        "color": "#ccc",
        "style": "solid",
        "width": "0px"
      }
    },
    "productRating": {
      "type": "number",
      "default": 4
    },
    "reviewRatingNumber": {
      "type": "string",
      "default": "43120 Reviews"
    },
    "productPrice": {
      "type": "string",
      "default": "$78.09"
    },
    "buttonLabel": {
      "type": "string",
      "default": "Buy on Amazon"
    },
    "imageHeightWidth": {
      "type": "object",
      "default": {
        "height": 100,
        "width": 100
      }
    },
    "starRatingColor": {
      "type": "string",
      "default": "#ff9900"
    },
    "ReviewTextFontSize": {
      "type": "number",
      "default": 16
    },
    "reviewTextColor": {
      "type": "string",
      "default": "#333333"
    },
    "headingFontSize": {
      "type": "number",
      "default": 20
    },
    "headingFontColor": {
      "type": "string",
      "default": "#256AAF"
    },
    "pricingFontSize": {
      "type": "number",
      "default": 22
    },
    "pricingColor": {
      "type": "string",
      "default": "#5a3e84"
    },
    "featuresFontSize": {
      "type": "number",
      "default": 18
    },
    "featuresColor": {
      "type": "string",
      "default": "#504167"
    },
    "buttonUrl": {
      "type": "string",
      "default": "#"
    },
    "buttonBackground": {
      "type": "string",
      "default": ""
    },
    "buttonFontColor": {
      "type": "string",
      "default": ""
    },
    "buttonHoverBackground": {
      "type": "string",
      "default": ""
    },
    "buttonHoverFontColor": {
      "type": "string",
      "default": ""
    },
    "buttonFontSize": {
      "type": "number",
      "default": ""
    },
    "buttonBorder": {
      "type": "object",
      "default": {
        "color": "#ccc",
        "style": "solid",
        "width": "1px"
      }
    }
  },
  "textdomain": "flexguten",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}