{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "soivigol/soivigol-notes",
  "version": "0.1.0",
  "title": "Soivigol Notes",
  "category": "soivigol-cats",
  "description": "This block is a simple notes blocks that only appear in the backend.",
  "supports": {
    "html": false
  },
  "attributes": {
    "note": {
      "type": "string"
    },
    "noteList": {
      "type": "string"
    }
  },
  "textdomain": "soivigol-notes",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}