# content-protector/4.3.14/build/area/block.json

Passster – Password Protect Pages and Content, version 4.3.14. 42 lines.

- Page: https://pluginprobe.com/plugins/content-protector/4.3.14/code/build/area/block.json
- Raw: https://pluginprobe.com/plugins/content-protector/4.3.14/raw/build/area/block.json
- Modified: 2026-09-03T13:47:32+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.14/code/build/area/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "content-protector/area",
  "icon": "lock",
  "version": "4.0.0",
  "title": "Protected Area",
  "category": "passster",
  "description": "Select a protected area from Passster",
  "keywords": [
    "Passster",
    "Password protection",
    "Protected Area",
    "Area"
  ],
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "area_id": {
      "type": "string",
      "default": 0
    },
    "headline": {
      "type": "string"
    },
    "instruction": {
      "type": "string"
    },
    "buttonLabel": {
      "type": "string"
    },
    "placeholder": {
      "type": "string"
    }
  },
  "textdomain": "content-protector",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.scss",
  "style": "file:./style.scss"
}
```
