# content-protector/4.3.16/build/blocks/protected-content/block.json

Passster – Password Protect Pages and Content, version 4.3.16. 123 lines.

- Page: https://pluginprobe.com/plugins/content-protector/4.3.16/code/build/blocks/protected-content/block.json
- Raw: https://pluginprobe.com/plugins/content-protector/4.3.16/raw/build/blocks/protected-content/block.json
- Modified: 2026-09-18T11:57:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/content-protector/4.3.16/code/build/blocks/protected-content/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "passster/content-lock",
  "version": "1.0.0",
  "title": "Passster Protected Area",
  "category": "passster",
  "icon": "lock",
  "description": "Wrap content blocks with password protection",
  "keywords": [
    "passster",
    "password",
    "protect",
    "lock",
    "private",
    "members",
    "content lock",
    "area"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "areaId": {
      "type": "number",
      "default": 0
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "protectionType": {
      "type": "string",
      "default": "password"
    },
    "password": {
      "type": "string",
      "default": ""
    },
    "passwords": {
      "type": "string",
      "default": ""
    },
    "passwordList": {
      "type": "number",
      "default": 0
    },
    "areaTitle": {
      "type": "string",
      "default": ""
    },
    "userRestriction": {
      "type": "boolean",
      "default": false
    },
    "userRestrictionType": {
      "type": "string",
      "default": "username"
    },
    "userRestrictionValue": {
      "type": "string",
      "default": ""
    },
    "overwriteDefaults": {
      "type": "boolean",
      "default": false
    },
    "headline": {
      "type": "string",
      "default": ""
    },
    "instruction": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "buttonLabel": {
      "type": "string",
      "default": ""
    },
    "formId": {
      "type": "string",
      "default": ""
    },
    "advancedOptions": {
      "type": "boolean",
      "default": false
    },
    "redirectUrl": {
      "type": "string",
      "default": ""
    },
    "hideForm": {
      "type": "boolean",
      "default": false
    },
    "scheduleEnabled": {
      "type": "boolean",
      "default": false
    },
    "scheduleStart": {
      "type": "string",
      "default": ""
    },
    "scheduleEnd": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "content-protector",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.scss",
  "render": "file:./render.php"
}
```
