PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
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 / login / block.json

block.json in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 4.0.3, at assets/misc/gutenberg/blocks/build/login/block.json

66 lines 1.3 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": 3,
4 "name": "wppb/login",
5 "title": "Login",
6 "category": "wppb-block",
7 "description": "Displays the Front End Login form.",
8 "keywords": [
9 "Login",
10 "Form"
11 ],
12 "textdomain": "profile-builder",
13 "attributes": {
14 "register_url": {
15 "type": "string",
16 "default": ""
17 },
18 "lostpassword_url": {
19 "type": "string",
20 "default": ""
21 },
22 "auth_field": {
23 "type": "boolean",
24 "default": false
25 },
26 "redirect_url": {
27 "type": "string",
28 "default": ""
29 },
30 "logout_redirect_url": {
31 "type": "string",
32 "default": ""
33 },
34 "is_preview": {
35 "type": "boolean",
36 "default": false
37 },
38 "is_editor": {
39 "type": "boolean",
40 "default": false
41 },
42 "ajax": {
43 "type": "boolean",
44 "default": false
45 }
46 },
47 "example": {
48 "attributes": {
49 "register_url": "",
50 "lostpassword_url": "",
51 "auth_field": false,
52 "redirect_url": "",
53 "logout_redirect_url": "",
54 "is_preview": true,
55 "is_editor": true,
56 "ajax": false
57 }
58 },
59 "supports": {
60 "html": false
61 },
62 "editorScript": "file:./index.js",
63 "editorStyle": "file:./index.css",
64 "style": "file:./style-index.css",
65 "viewScript": "file:./view.js"
66 }