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 / edit-profile / 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/edit-profile/block.json

52 lines 1.0 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/edit-profile",
5 "title": "Edit Profile",
6 "category": "wppb-block",
7 "description": "Displays the Front End Edit Profile Form.",
8 "keywords": [
9 "Edit",
10 "Profile",
11 "Form"
12 ],
13 "textdomain": "profile-builder",
14 "attributes": {
15 "form_name": {
16 "type": "string",
17 "default": ""
18 },
19 "redirect_url": {
20 "type": "string",
21 "default": ""
22 },
23 "is_preview": {
24 "type": "boolean",
25 "default": false
26 },
27 "is_editor": {
28 "type": "boolean",
29 "default": false
30 },
31 "ajax": {
32 "type": "boolean",
33 "default": false
34 }
35 },
36 "example": {
37 "attributes": {
38 "form_name": "",
39 "redirect_url": "",
40 "is_preview": true,
41 "is_editor": true,
42 "ajax": false
43 }
44 },
45 "supports": {
46 "html": false
47 },
48 "editorScript": "file:./index.js",
49 "editorStyle": "file:./index.css",
50 "style": "file:./style-index.css",
51 "viewScript": "file:./view.js"
52 }