{
  "apiVersion": 3,
  "name": "cocoon-blocks/rakuten-product-link",
  "title": "楽天商品リンク",
  "category": "cocoon-block",
  "icon": "cart",
  "description": "楽天商品をエディタ内で検索・選択し、静的な商品リンクを挿入します。",
  "textdomain": "cocoon",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "itemCode": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "customTitle": {
      "type": "string",
      "default": ""
    },
    "shopName": {
      "type": "string",
      "default": ""
    },
    "shopCode": {
      "type": "string",
      "default": ""
    },
    "itemPrice": {
      "type": "number",
      "default": 0
    },
    "itemCaption": {
      "type": "string",
      "default": ""
    },
    "customDescription": {
      "type": "string",
      "default": ""
    },
    "affiliateUrl": {
      "type": "string",
      "default": ""
    },
    "affiliateRate": {
      "type": "number",
      "default": 0
    },
    "searchKeyword": {
      "type": "string",
      "default": ""
    },
    "purchaseType": {
      "type": "number",
      "default": 0
    },
    "imageSmallUrl": {
      "type": "string",
      "default": ""
    },
    "imageSmallWidth": {
      "type": "number",
      "default": 64
    },
    "imageSmallHeight": {
      "type": "number",
      "default": 64
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "imageWidth": {
      "type": "number",
      "default": 128
    },
    "imageHeight": {
      "type": "number",
      "default": 128
    },
    "size": {
      "type": "string",
      "default": "m"
    },
    "displayMode": {
      "type": "string",
      "default": "normal"
    },
    "showPrice": {
      "type": "boolean",
      "default": true
    },
    "showDescription": {
      "type": "boolean",
      "default": false
    },
    "showBorder": {
      "type": "boolean",
      "default": true
    },
    "showLogo": {
      "type": "boolean",
      "default": true
    },
    "showAmazonButton": {
      "type": "boolean",
      "default": true
    },
    "showRakutenButton": {
      "type": "boolean",
      "default": true
    },
    "showYahooButton": {
      "type": "boolean",
      "default": true
    },
    "showMercariButton": {
      "type": "boolean",
      "default": true
    },
    "useMoshimoAffiliate": {
      "type": "boolean",
      "default": false
    },
    "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": ""
    },
    "staticHtml": {
      "type": "string",
      "default": ""
    },
    "priceFetchedAt": {
      "type": "string",
      "default": ""
    }
  }
}
