{
  "apiVersion": 3,
  "name": "mold/plot",
  "title": "Plot",
  "category": "mold",
  "supports": {
    "color": {
      "background": true,
      "text": true
    },
    "typography": {
      "fontSize": true,
      "fontFamily": true,
      "fontWeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css",
  "providesContext": {
    "mold/plotType": "plotType"
  }
}