{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/testimonial-block",
  "version": "1.1.1",
  "title": "Testimonial Block",
  "category": "necessary-blocks",
  "icon": "format-quote",
  "description": "Feature that allows users to add and style testimonials on your website easily.",
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "background": {
      "type": "string"
    },
    "quote": {
      "type": "string",
      "selector": "div"
    },
    "rating": {
      "type": "number",
      "default": 0
    },
    "backgroundColor": {
      "type": "string",
      "default": "#ffe64b"
    },
    "textColor": {
      "type": "string",
      "default": "#000"
    },
    "borderQuoteColor": {
      "type": "string",
      "default": "#000"
    },
    "fontFamily": {
      "type": "string",
      "default": "Arial"
    },
    "fontWeight": {
      "type": "string",
      "default": "normal"
    }
  },
  "keywords": [
    "Testimonial Block",
    "necessary Blocks",
    "Testimonial"
  ],
  "textdomain": "testimonial-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}