{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "mycred-gb-blocks/mycred-chart-top-instance",
    "title": "Chart Top Instance",
    "category": "mycred",
    "icon": "chart-bar",
    "description": "A block to display a chart of the top instances for MyCred points with customizable options.",
    "attributes": {
      "type": {
        "type": "string",
        "default": "bar"
      },
      "ctype": {
        "type": "string",
        "default": ""
      },
      "number": {
        "type": "string",
        "default": "10"
      },
      "order": {
        "type": "string",
        "default": "DESC"
      },
      "title": {
        "type": "string",
        "default": ""
      },
      "animate": {
        "type": "string",
        "default": "1"
      },
      "bezier": {
        "type": "string",
        "default": "1"
      },
      "labels": {
        "type": "string",
        "default": "1"
      },
      "legend": {
        "type": "string",
        "default": "1"
      },
      "width": {
        "type": "string",
        "default": ""
      },
      "height": {
        "type": "string",
        "default": ""
      }
    },
    "textdomain": "mycred",
    "editorScript": "file:./index.js",
    "render": "php:MG_Blocks\\mycred_chart_top_instance_block::render_block"
}