{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "random-quote-zitat-service/random-quote",
  "description": "Displays a random quote from the collection of the user community zitat-service.de.",
  "version": "1.4.3",
  "title": "Random Quote",
  "category": "text",
  "keywords": [
    "quote",
    "citation",
    "proverb",
    "Inspirational Quotes",
    "Quote of the Day (QOTD)"
  ],
  "example": {},
  "supports": {
    "color": {
      "background": true,
      "text": true
    },
    "dimensions": {
      "minHeight": true
    },
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true
    }
  },
  "attributes": {
    "language": {
      "type": "string",
      "default": "all"
    },
    "userId": {
      "type": "number",
      "default": -1
    },
    "categoryId": {
      "type": "number",
      "default": -1
    },
    "authorId": {
      "type": "number",
      "default": -1
    }
  },
  "textdomain": "random-quote-zitat-service",
  "editorScript": "file:./editorScript.js",
  "render": "file:./render.php",
  "style": "file:./style-editorScript.css"
}