{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/rating-block",
  "version": "1.1.1",
  "title": "Rating Block",
  "category": "necessary-blocks",
  "icon": "star-filled",
  "description": "Versatile block designed for displaying ratings or reviews",
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": true,
        "padding": true
      }
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowVerticalAlignment": false,
      "default": {
        "type": "flex"
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "layouts": {
      "type": "object",
      "default": {}
    },
    "rating": {
      "type": "number",
      "default": 5
    },
    "maxStars": {
      "type": "number",
      "default": 10
    },
    "starColor": {
      "type": "string",
      "default": "#000"
    },
    "emptyColor": {
      "type": "string",
      "default": "#d8613c"
    },
    "textColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    }
  },
  "keywords": [
    "Rating Block",
    "necessary Blocks",
    "Rating"
  ],
  "textdomain": "rating-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}