# profile-builder/3.9.6/assets/misc/gutenberg-blocks/edit-profile/block.json

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 3.9.6. 33 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/3.9.6/code/assets/misc/gutenberg-blocks/edit-profile/block.json
- Raw: https://pluginprobe.com/plugins/profile-builder/3.9.6/raw/assets/misc/gutenberg-blocks/edit-profile/block.json
- Modified: 2022-12-19T12:14:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/profile-builder/3.9.6/code/assets/misc/gutenberg-blocks/edit-profile/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "wppb/edit-profile",
    "title": "Edit Profile",
    "category": "wppb-block",
    "description": "Displays the Front End Edit Profile Form.",
    "keywords": [ "Edit", "Profile", "Form" ],
    "textdomain": "profile-builder",
    "attributes": {
        "form_name": {
            "type": "string",
            "default": ""
        },
        "redirect_url": {
            "type": "string",
            "default": ""
        },
        "is_preview": {
            "type": "boolean",
            "default": false
        }
    },
    "example": {
        "attributes": {
            "form_name": "",
            "redirect_url": "",
            "is_preview": true
        }
    },
    "editorScript": "wppb-block-edit-profile"
}

```
