[
    {
        "id": "api",
        "component": "component_api",
        "ws_domain": ""
    },
    {
        "id": "div_head",
        "component": "component_div",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "default"
        },
        "content": ["include:*application*/admin/zlib_mod/front/head/head"]
    },
    {
        "id": "title_info",
        "component": "component_messagehtml",
        "html": "<h2 style='margin:30px auto 20px auto;max-width:600px;color:#333;font-size:18px;font-weight:600;border-bottom:2px solid #51CBA5;padding-bottom:10px;'>Personal information</h2>",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "600px"
        }
    },
    {
        "id": "field_nom",
        "component": "component_form_field_text",
        "label": "Last name",
        "placeholder": "",
        "value": "",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "600px"
        }
    },
    {
        "id": "field_prenom",
        "component": "component_form_field_text",
        "label": "First name",
        "placeholder": "",
        "value": "",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "600px"
        }
    },
    {
        "id": "field_email",
        "component": "component_form_field_text",
        "label": "Email",
        "placeholder": "",
        "value": "",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "600px"
        }
    },
    {
        "id": "field_telephone",
        "component": "component_form_field_text",
        "label": "Phone",
        "placeholder": "",
        "value": "",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "600px"
        }
    },
    {
        "id": "btn_save_info",
        "component": "component_form_button",
        "conf_button": [
            {
                "label": "Save",
                "action": "save_info",
                "class": "tb_button_green"
            }
        ],
        "adjust": {
            "align": "center",
            "top": "20px",
            "left": "",
            "right": "",
            "bottom": "30px",
            "width": ""
        }
    },
    {
        "id": "title_password",
        "component": "component_messagehtml",
        "html": "<h2 style='margin:20px auto 20px auto;max-width:600px;color:#333;font-size:18px;font-weight:600;border-bottom:2px solid #51CBA5;padding-bottom:10px;'>Change password</h2>",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "600px"
        }
    },
    {
        "id": "password_info",
        "component": "component_messagehtml",
        "html": "<p style='margin:0 auto 20px auto;max-width:600px;color:#666;font-size:14px;'>Click the button below to receive a password reset link by email.</p>",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "600px"
        }
    },
    {
        "id": "btn_reset_password",
        "component": "component_form_button",
        "conf_button": [
            {
                "label": "Send password reset link",
                "action": "reset_password",
                "class": "tb_button_green"
            }
        ],
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "30px",
            "width": ""
        }
    },
    {
        "id": "div_footer",
        "component": "component_div",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "default"
        },
        "content": ["include:*application*/admin/zlib_mod/front/footer/footer"]
    }
]
