PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.9.8
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.9.8
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 / register / block.json

block.json in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 3.9.8, at assets/misc/gutenberg-blocks/register/block.json

48 lines 1.2 KB
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": "wppb/register",
5 "title": "Register",
6 "category": "wppb-block",
7 "description": "Displays the Front End Registration form.",
8 "keywords": [ "Register", "Form" ],
9 "textdomain": "profile-builder",
10 "attributes": {
11 "form_name": {
12 "type": "string",
13 "default": ""
14 },
15 "role": {
16 "type": "string",
17 "default": ""
18 },
19 "automatic_login": {
20 "type": "boolean",
21 "default": false
22 },
23 "redirect_url": {
24 "type": "string",
25 "default": ""
26 },
27 "logout_redirect_url": {
28 "type": "string",
29 "default": ""
30 },
31 "is_preview": {
32 "type": "boolean",
33 "default": false
34 }
35 },
36 "example": {
37 "attributes": {
38 "form_name": "",
39 "role": "",
40 "automatic_login": false,
41 "redirect_url": "",
42 "logout_redirect_url": "",
43 "is_preview": true
44 }
45 },
46 "editorScript": "wppb-block-register"
47 }
48