{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/simple-testimonial",
  "version": "1.1.1",
  "title": "Simple Testimonial",
  "category": "necessary-blocks",
  "icon": "nametag",
  "description": "Feature that allows users to add and style testimonials",
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "quote": {
      "type": "string",
      "selector": "blockquote"
    },
    "author": {
      "type": "string",
      "selector": "cite"
    },
    "rating": {
      "type": "number",
      "default": 5
    },
    "quoteColor": {
      "type": "string"
    },
    "authorColor": {
      "type": "string"
    },
    "ratingColor": {
      "type": "string",
      "default": ""
    },
    "iconColor": {
      "type": "string"
    },
    "quoteBackground": {
      "type": "string"
    },
    "mainBackground": {
      "type": "string"
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomLeft": "5px",
        "bottomRight": "5px"
      }
    },
    "borderbox": {
      "type": "object",
      "default": {}
    }
  },
  "keywords": [
    "Simple Testimonial Block",
    "necessary Blocks",
    "Simple Testimonial"
  ],
  "textdomain": "simple-testimonialblocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}