{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "b-blocks/testimonials",
  "title": "Testimonials",
  "description": "Boost your website's credibility with b testimonials block, effortlessly showcasing customer ratings and reviews.",
  "category": "bBlocks",
  "keywords": [
    "testimonials",
    "block",
    "rating",
    "testimonial"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "cId": {
      "type": "string",
      "default": ""
    },
    "layout": {
      "type": "string",
      "default": "slider"
    },
    "theme": {
      "type": "string",
      "default": "default"
    },
    "columns": {
      "type": "object",
      "default": {
        "desktop": 3,
        "tablet": 2,
        "mobile": 1
      }
    },
    "columnGap": {
      "type": "string",
      "default": "30px"
    },
    "rowGap": {
      "type": "string",
      "default": "40px"
    },
    "items": {
      "type": "array",
      "default": [
        {
          "img": {
            "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"
          },
          "name": "John Doe",
          "deg": "Developer",
          "reviewText": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",
          "rating": 4
        },
        {
          "img": {
            "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"
          },
          "name": "John Doe",
          "deg": "Developer",
          "reviewText": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",
          "rating": 4
        },
        {
          "img": {
            "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"
          },
          "name": "John Doe",
          "deg": "Developer",
          "reviewText": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",
          "rating": 4
        }
      ]
    },
    "elements": {
      "type": "object",
      "default": {
        "img": true,
        "name": true,
        "deg": true,
        "reviewText": true,
        "icon": true,
        "expandBtn": true,
        "expandText": "Expand",
        "collapseText": "Less"
      }
    },
    "background": {
      "type": "string",
      "default": "#0000"
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "10px",
        "right": "15px",
        "bottom": "10px",
        "left": "15px"
      }
    },
    "border": {
      "type": "object",
      "default": {
        "width": "1px",
        "style": "solid",
        "color": "#0575e6",
        "side": "all",
        "radius": "3px"
      }
    },
    "shadow": {
      "type": "object",
      "default": {}
    },
    "image": {
      "type": "object",
      "default": {
        "width": 50,
        "height": 50
      }
    },
    "imgBorder": {
      "type": "object",
      "default": {
        "width": "1px",
        "style": "solid",
        "color": "#0575e6",
        "side": "all",
        "radius": "50%"
      }
    },
    "nameTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 16,
          "tablet": 16,
          "mobile": 14
        },
        "fontFamily": "Open Sans",
        "fontWeight": 700,
        "lineHeight": "135%"
      }
    },
    "nameColor": {
      "type": "string",
      "default": "#000"
    },
    "degTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 14,
          "tablet": 14,
          "mobile": 14
        },
        "fontFamily": "Open Sans",
        "fontWeight": 400,
        "lineHeight": "135%"
      }
    },
    "degColor": {
      "type": "string",
      "default": "#7B7B7B"
    },
    "textTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 16,
          "tablet": 16,
          "mobile": 14
        },
        "fontWeight": 400,
        "lineHeight": "135%"
      }
    },
    "textColor": {
      "type": "string",
      "default": "#000"
    },
    "starIconColor": {
      "type": "string",
      "default": "#FF8C02"
    },
    "textLength": {
      "type": "number",
      "default": 120
    },
    "grid2Bg": {
      "type": "string",
      "default": "#f9f8f8"
    },
    "grid2Padding": {
      "type": "object",
      "default": {
        "top": "10px",
        "right": "10px",
        "bottom": "10px",
        "left": "10px"
      }
    },
    "grid2Border": {
      "type": "object",
      "default": {
        "width": "0px",
        "style": "solid",
        "color": "#0575e6",
        "side": "all",
        "radius": "3px"
      }
    },
    "quoteIcon": {
      "type": "object",
      "default": {
        "size": 23
      }
    },
    "slider": {
      "type": "object",
      "default": {
        "height": 500,
        "autoPlay": true,
        "mouseWheel": false,
        "navigation": true,
        "infinite": true
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true,
      "columns": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    }
  },
  "editorScript": [
    "file:../index.js",
    "aos"
  ],
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "jquery"
  ]
}