{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "orderable/order-notes",
  "version": "1.0.0",
  "title": "Orderable - Order Notes",
  "category": "orderable",
  "description": "Shows the order notes.",
  "attributes": {
    "showLabel": {
      "type": "boolean",
      "default": true
    },
    "label": {
      "type": "string",
      "default": "Note: "
    }
  },
  "textdomain": "orderable",
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "editorStyle": "file:./index.css"
}