{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/spinner-block",
  "version": "1.6.5",
  "title": "Spinner Block",
  "category": "necessary-blocks",
  "icon": "image-rotate",
  "description": "A block that displays a spinner.",
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "color": {
      "background": true,
      "text": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ],
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "ringColor": {
      "type": "string",
      "default": "#f00"
    },
    "ringBackground": {
      "type": "string",
      "default": "#ddd"
    },
    "width": {
      "type": "string",
      "default": "100px"
    },
    "height": {
      "type": "string",
      "default": "100px"
    },
    "ringWidth": {
      "type": "string",
      "default": "10px"
    },
    "url": {
      "type": "string",
      "default": "https://www.necessaryblocks.com"
    },
    "urlTarget": {
      "type": "boolean",
      "default": true
    }
  },
  "keywords": [
    "Spinner Block",
    "necessary Blocks",
    "Spinner"
  ],
  "textdomain": "spinner-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}