{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nemtly/rating",
  "version": "1.0.0",
  "title": "Rating",
  "category": "nemtly",
  "icon": "star-filled",
  "description": "A customizable star rating block.",
  "supports": {
    "html": false,
    "align": [
      "left",
      "center",
      "right"
    ],
    "color": {
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "rating": {
      "type": "number",
      "default": 5
    },
    "maxRating": {
      "type": "number",
      "default": 5
    },
    "starColor": {
      "type": "string",
      "default": "#f59e0b"
    },
    "emptyColor": {
      "type": "string",
      "default": "#e5e7eb"
    },
    "size": {
      "type": "number",
      "default": 20
    },
    "showValue": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "nemtly-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}