# blockenberg/2.0.7/blocks/testimonial-inline/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 154 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/testimonial-inline/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/testimonial-inline/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/testimonial-inline/block.json#L10-L20`.

```json
{
  "apiVersion": 3,
  "name": "blockenberg/testimonial-inline",
  "title": "Testimonial Card",
  "category": "bkbg-marketing",
  "icon": "format-quote",
  "description": "A single embeddable testimonial card with photo, quote, rating, and platform badge. Place it anywhere in your content.",
  "keywords": [
    "testimonial",
    "quote",
    "review",
    "card",
    "inline",
    "social proof",
    "customer"
  ],
  "textdomain": "blockenberg",
  "editorScript": "bkbg-testimonial-inline-editor",
  "editorStyle": "bkbg-testimonial-inline-style",
  "style": "bkbg-testimonial-inline-style",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "quote": {
      "type": "string",
      "default": "This is hands-down the best tool we've used. Our team's productivity has increased by 40% since switching."
    },
    "name": {
      "type": "string",
      "default": "Sarah Chen"
    },
    "role": {
      "type": "string",
      "default": "Head of Marketing"
    },
    "company": {
      "type": "string",
      "default": "Acme Corp"
    },
    "showCompany": {
      "type": "boolean",
      "default": true
    },
    "showPhoto": {
      "type": "boolean",
      "default": true
    },
    "photoUrl": {
      "type": "string",
      "default": ""
    },
    "photoId": {
      "type": "number",
      "default": 0
    },
    "photoSize": {
      "type": "number",
      "default": 52
    },
    "rating": {
      "type": "number",
      "default": 5
    },
    "showRating": {
      "type": "boolean",
      "default": true
    },
    "platform": {
      "type": "string",
      "default": "none"
    },
    "showPlatform": {
      "type": "boolean",
      "default": false
    },
    "style": {
      "type": "string",
      "default": "card"
    },
    "align": {
      "type": "string",
      "default": "left"
    },
    "maxWidth": {
      "type": "number",
      "default": 640
    },
    "showQuoteMark": {
      "type": "boolean",
      "default": true
    },
    "quoteTypo": {
      "type": "object",
      "default": {}
    },
    "nameTypo": {
      "type": "object",
      "default": {}
    },
    "roleTypo": {
      "type": "object",
      "default": {}
    },
    "starSize": {
      "type": "number",
      "default": 16
    },
    "borderRadius": {
      "type": "number",
      "default": 16
    },
    "cardPadding": {
      "type": "number",
      "default": 28
    },
    "starColor": {
      "type": "string",
      "default": "#f59e0b"
    },
    "bgColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "quoteColor": {
      "type": "string",
      "default": "#1e293b"
    },
    "nameColor": {
      "type": "string",
      "default": "#0f172a"
    },
    "roleColor": {
      "type": "string",
      "default": "#64748b"
    },
    "accentColor": {
      "type": "string",
      "default": "#6c3fb5"
    },
    "borderColor": {
      "type": "string",
      "default": "#e2e8f0"
    },
    "quoteMarkColor": {
      "type": "string",
      "default": "#6c3fb5"
    }
  }
}
```
