{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/general-testimonial",
  "version": "1.1.2",
  "title": "General Testimonial Block",
  "category": "necessary-blocks",
  "icon": "format-status",
  "keywords": [
    "General Testimonial",
    "testimonial",
    "modern testimonial",
    "Necessary Blocks"
  ],
  "description": "Dynamic modern testimonial - General Testimonial Block",
  "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",
      "source": "html",
      "selector": "p"
    },
    "author": {
      "type": "string",
      "default": ""
    },
    "authorCom": {
      "type": "string",
      "default": ""
    },
    "image": {
      "type": "object"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#1d4f74"
    },
    "textColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "fontFamily": {
      "type": "string"
    },
    "fontWeight": {
      "type": "string"
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomLeft": "5px",
        "bottomRight": "5px"
      }
    },
    "borderbox": {
      "type": "object",
      "default": {}
    }
  },
  "textdomain": "general-testimonial-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}