# getwid/3.0.1/assets/blocks/testimonial/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 48 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/testimonial/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/testimonial/block.json
- Modified: 2026-08-28T10:51:30+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/getwid/3.0.1/code/assets/blocks/testimonial/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/testimonial",
  "description": "Displays a customer testimonial.",
  "category": "getwid-blocks",
  "title": "Testimonial",
  "keywords": [
    "review",
    "feedback"
  ],
  "attributes": {
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-testimonial__title"
    },
    "subtitle": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-testimonial__subtitle"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-testimonial__content"
    },
    "imgId": {
      "type": "number"
    },
    "imgUrl": {
      "type": "string",
      "source": "attribute",
      "attribute": "src",
      "selector": ".wp-block-getwid-testimonial__image img"
    },
    "imgAlt": {
      "type": "string",
      "source": "attribute",
      "attribute": "alt",
      "selector": ".wp-block-getwid-testimonial__image img"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
```
