{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "category": "bplugins",
  "parent": [
    "bptmb/b-testimonials"
  ],
  "textdomain": "b-testimonials-block",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "editorStyle": "file:../index.css",
  "style": [
    "file:../index.css",
    "file:./view.css"
  ],
  "viewScript": [
    "file:./view.js"
  ],
  "render": "file:./render.php",
  "name": "bptmb/trust-badges",
  "title": "Trust Badges",
  "description": "A row of trust badges with a title and subtitle.",
  "keywords": [
    "trust",
    "badges",
    "guarantee",
    "features"
  ],
  "attributes": {
    "borderWidth": {
      "type": "number"
    },
    "brandColor": {
      "type": "string"
    },
    "surfaceColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "titleColor": {
      "type": "string"
    },
    "bodyColor": {
      "type": "string"
    },
    "mutedColor": {
      "type": "string"
    },
    "ratingColor": {
      "type": "string"
    },
    "trackColor": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "wide"
    },
    "blockWidth": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "cardHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "cId": {
      "type": "string",
      "default": ""
    },
    "items": {
      "type": "array",
      "default": [
        {
          "img": {
            "url": ""
          },
          "title": "Verified reviews",
          "subtitle": "100% authentic"
        },
        {
          "img": {
            "url": ""
          },
          "title": "Money-back",
          "subtitle": "30-day guarantee"
        },
        {
          "img": {
            "url": ""
          },
          "title": "Secure",
          "subtitle": "SSL protected"
        }
      ]
    },
    "columns": {
      "type": "object",
      "default": {
        "desktop": 3,
        "tablet": 3,
        "mobile": 1
      }
    },
    "columnGap": {
      "type": "string",
      "default": "30px"
    },
    "rowGap": {
      "type": "string",
      "default": "30px"
    },
    "layout": {
      "type": "string",
      "default": "trust-badges"
    },
    "customIcons": {
      "type": "object",
      "default": {}
    },
    "badgeTitleTypo": {
      "type": "object",
      "default": {}
    },
    "badgeSubtitleTypo": {
      "type": "object",
      "default": {}
    },
    "badgeIconSize": {
      "type": "number"
    },
    "badgeIconGap": {
      "type": "number"
    },
    "badgeIconPosition": {
      "type": "string",
      "default": "left"
    },
    "badgePadding": {
      "type": "object",
      "default": {}
    },
    "badgeRadius": {
      "type": "string"
    },
    "badgeShadow": {
      "type": "object",
      "default": {}
    },
    "degDivider": {
      "type": "object",
      "default": {}
    },
    "blockMargin": {
      "type": "object",
      "default": {}
    },
    "cardMargin": {
      "type": "object",
      "default": {}
    }
  }
}