{
  "apiVersion": 3,
  "name": "cocoon-blocks/amazon-product-link",
  "title": "Amazon商品リンク",
  "category": "cocoon-block",
  "icon": "cart",
  "description": "Amazon商品をエディタ内で検索・選択し、静的な商品リンクを挿入します。",
  "textdomain": "cocoon",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "asin": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "customTitle": {
      "type": "string",
      "default": ""
    },
    "maker": {
      "type": "string",
      "default": ""
    },
    "productGroup": {
      "type": "string",
      "default": ""
    },
    "description": {
      "type": "string",
      "default": ""
    },
    "customDescription": {
      "type": "string",
      "default": ""
    },
    "detailPageUrl": {
      "type": "string",
      "default": ""
    },
    "searchKeyword": {
      "type": "string",
      "default": ""
    },
    "imageSmallUrl": {
      "type": "string",
      "default": ""
    },
    "imageSmallWidth": {
      "type": "number",
      "default": 75
    },
    "imageSmallHeight": {
      "type": "number",
      "default": 75
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "imageWidth": {
      "type": "number",
      "default": 160
    },
    "imageHeight": {
      "type": "number",
      "default": 160
    },
    "imageLargeUrl": {
      "type": "string",
      "default": ""
    },
    "imageLargeWidth": {
      "type": "number",
      "default": 500
    },
    "imageLargeHeight": {
      "type": "number",
      "default": 500
    },
    "variantImages": {
      "type": "array",
      "default": []
    },
    "size": {
      "type": "string",
      "default": "m"
    },
    "displayMode": {
      "type": "string",
      "default": "normal"
    },
    "showPrice": {
      "type": "boolean",
      "default": true
    },
    "showReview": {
      "type": "boolean",
      "default": false
    },
    "showDescription": {
      "type": "boolean",
      "default": false
    },
    "showLogo": {
      "type": "boolean",
      "default": true
    },
    "showBorder": {
      "type": "boolean",
      "default": true
    },
    "showCatalogImages": {
      "type": "boolean",
      "default": true
    },
    "showAmazonButton": {
      "type": "boolean",
      "default": true
    },
    "showRakutenButton": {
      "type": "boolean",
      "default": true
    },
    "showYahooButton": {
      "type": "boolean",
      "default": true
    },
    "showMercariButton": {
      "type": "boolean",
      "default": true
    },
    "btn1Url": {
      "type": "string",
      "default": ""
    },
    "btn1Text": {
      "type": "string",
      "default": ""
    },
    "btn1Tag": {
      "type": "string",
      "default": ""
    },
    "btn2Url": {
      "type": "string",
      "default": ""
    },
    "btn2Text": {
      "type": "string",
      "default": ""
    },
    "btn2Tag": {
      "type": "string",
      "default": ""
    },
    "btn3Url": {
      "type": "string",
      "default": ""
    },
    "btn3Text": {
      "type": "string",
      "default": ""
    },
    "btn3Tag": {
      "type": "string",
      "default": ""
    },
    "useMoshimoAffiliate": {
      "type": "boolean",
      "default": false
    },
    "priceFetchedAt": {
      "type": "string",
      "default": ""
    },
    "staticHtml": {
      "type": "string",
      "default": ""
    }
  }
}
