PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.16.4
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.16.4
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
profile-builder / assets / misc / gutenberg / blocks / build / content-restriction-start / block.json

block.json in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 3.16.4, at assets/misc/gutenberg/blocks/build/content-restriction-start/block.json

33 lines 808 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": 3,
4 "name": "wppb/content-restriction-start",
5 "title": "Content Restriction Start",
6 "category": "wppb-block",
7 "keywords": [
8 "Content",
9 "Restriction"
10 ],
11 "description": "The first element of a Content Restriction block pair.",
12 "textdomain": "profile-builder",
13 "attributes": {
14 "wppb_content_restriction_block_start": {
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_start": 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 }