| 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 |
} |