{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "lockee/lock-block",
  "version": "0.1.0",
  "title": "Lockee",
  "category": "widgets",
  "icon": "lock",
  "description": "Block for adding a Lockee lock",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "lockee",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "attributes": {
    "lockId": {
      "type": "string",
      "default": 0
    }
  }
}