{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "native/rating",
  "version": "0.1.0",
  "title": "Rating",
  "category": "nb-table",
  "description": "Shows star rating with number of ratings.",
  "example": {},
  "supports": {
    "anchor": true,
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "blockStyle": {
      "type": "object"
    },
    "rating": {
      "type": "number",
      "default": 4.5
    },
    "totalRating": {
      "type": "number",
      "default": 5
    },
    "showNRating": {
      "type": "boolean",
      "default": false
    },
    "nrPos": {
      "type": "string",
      "default": "nr_right"
    },
    "ratingSize": {
      "type": "number"
    },
    "ratingNsize": {
      "type": "number"
    },
    "ratingColor": {
      "type": "string"
    },
    "nuRatColor": {
      "type": "string"
    },
    "alignment": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "native-table",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}