{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/testimonial",
  "version": "1.0.0",
  "title": "Testimonial",
  "category": "bloqra",
  "icon": "format-quote",
  "description": "A customer quote with an optional star rating, avatar, name and role. Works on its own or as a slide inside the Testimonial Carousel.",
  "keywords": [
    "testimonial",
    "review",
    "quote",
    "customer",
    "social proof",
    "feedback"
  ],
  "example": {
    "attributes": {
      "content": "Bloqra made our site feel hand-crafted. The blocks are fast, flexible and a joy to use.",
      "name": "Amelia Hart",
      "role": "Founder, Northwind Studio",
      "rating": 5
    }
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "centered",
      "label": "Centered"
    },
    {
      "name": "bubble",
      "label": "Bubble"
    }
  ],
  "attributes": {
    "content": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-testimonial__text",
      "role": "content"
    },
    "name": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-testimonial__name",
      "role": "content"
    },
    "role": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-testimonial__role",
      "role": "content"
    },
    "avatarId": {
      "type": "number",
      "default": 0
    },
    "avatarUrl": {
      "type": "string",
      "default": ""
    },
    "avatarAlt": {
      "type": "string",
      "default": ""
    },
    "rating": {
      "type": "number",
      "default": 0
    },
    "showQuote": {
      "type": "boolean",
      "default": true
    },
    "avatarSize": {
      "type": "string",
      "default": ""
    },
    "quoteColor": {
      "type": "string",
      "default": ""
    },
    "starColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "shadow": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}