{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "postgate/lock-block",
  "version": "1.0.0",
  "title": "PostGate Lock",
  "category": "widgets",
  "icon": "lock",
  "description": "Lock specific nested content behind a paywall or login requirement.",
  "textdomain": "postgate",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "lockMode": {
      "type": "string",
      "default": "paywall"
    },
    "productIds": {
      "type": "array",
      "default": []
    },
    "paywallTemplate": {
      "type": "string",
      "default": "compact"
    },
    "clientId": {
      "type": "string"
    }
  },
  "usesContext": [
    "postId"
  ],
  "providesContext": {
    "postgate/lockMode": "lockMode"
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./style-index.css"
}