{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "chartlet/chart",
  "version": "1.0.1",
  "title": "Chartlet",
  "category": "widgets",
  "icon": "chart-bar",
  "description": "Insert a responsive Chart.js chart.",
  "keywords": [
    "chart",
    "graph",
    "chartlet"
  ],
  "attributes": {
    "type": {
      "type": "string",
      "default": "bar"
    },
    "labels": {
      "type": "string",
      "default": ""
    },
    "data": {
      "type": "string",
      "default": ""
    },
    "colors": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "height": {
      "type": "integer",
      "default": 0
    },
    "suffix": {
      "type": "string",
      "default": ""
    },
    "prefix": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "textdomain": "chartlet",
  "supports": {
    "html": false
  }
}