| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "wppb/content-restriction-end", |
| 5 |
"title": "Content Restriction End", |
| 6 |
"category": "wppb-block", |
| 7 |
"keywords": [ |
| 8 |
"Content", |
| 9 |
"Restriction" |
| 10 |
], |
| 11 |
"description": "The final element of a Content Restriction block pair.", |
| 12 |
"textdomain": "profile-builder", |
| 13 |
"attributes": { |
| 14 |
"wppb_content_restriction_block_end": { |
| 15 |
"type": "boolean", |
| 16 |
"default": true |
| 17 |
}, |
| 18 |
"cover": { |
| 19 |
"type": "boolean", |
| 20 |
"default": false |
| 21 |
} |
| 22 |
}, |
| 23 |
"example": { |
| 24 |
"attributes": { |
| 25 |
"wppb_content_restriction_block_end": true, |
| 26 |
"cover": true |
| 27 |
} |
| 28 |
}, |
| 29 |
"editorScript": "file:./index.js", |
| 30 |
"editorStyle": "file:./index.css", |
| 31 |
"style": "file:./style-index.css", |
| 32 |
"viewScript": "file:./view.js" |
| 33 |
} |