PluginProbe
Passster – Password Protect Pages and Content / trunk
Passster – Password Protect Pages and Content vtrunk
4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 4.2.16 All 47 releases
content-protector / build / area / block.json

block.json in Passster – Password Protect Pages and Content trunk, at build/area/block.json

42 lines 867 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "content-protector/area",
5 "icon": "lock",
6 "version": "4.0.0",
7 "title": "Protected Area",
8 "category": "passster",
9 "description": "Select a protected area from Passster",
10 "keywords": [
11 "Passster",
12 "Password protection",
13 "Protected Area",
14 "Area"
15 ],
16 "supports": {
17 "html": false,
18 "customClassName": false
19 },
20 "attributes": {
21 "area_id": {
22 "type": "string",
23 "default": 0
24 },
25 "headline": {
26 "type": "string"
27 },
28 "instruction": {
29 "type": "string"
30 },
31 "buttonLabel": {
32 "type": "string"
33 },
34 "placeholder": {
35 "type": "string"
36 }
37 },
38 "textdomain": "content-protector",
39 "editorScript": "file:./index.js",
40 "editorStyle": "file:./editor.scss",
41 "style": "file:./style.scss"
42 }