{
  "apiVersion": 3,
  "name": "jobus/testimonials-item",
  "parent": [
    "jobus/group-testimonials"
  ],
  "version": "1.0.0",
  "title": "Testimonial Item (Jobus)",
  "description": "Jobus Testimonials. A block that allows you to add a client review to your page.",
  "icon": "dashicons dashicons-testimonial",
  "category": "jobus-blocks",
  "supports": {
    "html": false,
    "anchor": true
  },
  "attributes": {
    "authorImage": {
      "type": "string",
      "default": ""
    },
    "authorName": {
      "type": "string",
      "default": "Arif Rahman"
    },
    "location": {
      "type": "string",
      "default": "Bangladesh"
    },
    "reviewContents": {
      "type": "string",
      "default": ""
    },
    "rating": {
      "type": "number",
      "default": "5"
    }
  },
  "textdomain": "jobus",
  "keywords": [
    "jobus",
    "Testimonials Item",
    "Review Item"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css"
}