PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.9.6
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.9.6
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 / edit-profile / block.json

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

33 lines 823 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": 2,
4 "name": "wppb/edit-profile",
5 "title": "Edit Profile",
6 "category": "wppb-block",
7 "description": "Displays the Front End Edit Profile Form.",
8 "keywords": [ "Edit", "Profile", "Form" ],
9 "textdomain": "profile-builder",
10 "attributes": {
11 "form_name": {
12 "type": "string",
13 "default": ""
14 },
15 "redirect_url": {
16 "type": "string",
17 "default": ""
18 },
19 "is_preview": {
20 "type": "boolean",
21 "default": false
22 }
23 },
24 "example": {
25 "attributes": {
26 "form_name": "",
27 "redirect_url": "",
28 "is_preview": true
29 }
30 },
31 "editorScript": "wppb-block-edit-profile"
32 }
33