{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/password-protect-pdf",
  "version": "1.0.2",
  "title": "Password Protect PDF",
  "category": "widgets",
  "description": "Easily create password-protected PDF files, allowing you to protect and edit their contents seamlessly.",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "password-protect-pdf",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}