{
  "type": "sfdc_cms__view",
  "title": "Register",
  "contentBody": {
    "component": {
      "children": [
        {
          "children": [
            {
              "attributes": {
                "backgroundImageConfig": "",
                "backgroundImageOverlay": "rgba(0,0,0,0)",
                "componentSpacerSize": "",
                "layoutDirectionDesktop": "row",
                "layoutDirectionMobile": "column",
                "layoutDirectionTablet": "column",
                "maxContentWidth": "",
                "sectionColumnGutterWidth": "",
                "sectionConfig": "{\"UUID\":\"<%= uuid('section') %>\",\"columns\":[{\"UUID\":\"<%= uuid('col1') %>\",\"columnName\":\"Column 1\",\"columnKey\":\"col1\",\"columnWidth\":\"12\",\"seedComponents\":null}]}",
                "sectionMinHeight": "",
                "sectionVerticalAlign": "flex-start"
              },
              "children": [
                {
                  "children": [
                    {
                      "attributes": {
                        "alignment": "left",
                        "imageInfo": "",
                        "imageInfoMobile": "",
                        "logoWidth": 250
                      },
                      "definition": "dxp_content_layout:siteLogo",
                      "id": "<%= uuid() %>",
                      "type": "component"
                    },
                    {
                      "attributes": {
                        "cancelLinkLabel": "Already have an account?",
                        "confirmPasswordLabel": "Confirm Password",
                        "emailLabel": "Email",
                        "firstnameLabel": "First Name",
                        "includePasswordField": true,
                        "lastnameLabel": "Last Name",
                        "passwordLabel": "Create Password",
                        "regConfirmUrl": "./CheckPasswordResetEmail",
                        "submitButtonLabel": "Sign Up"
                      },
                      "definition": "community_login:selfRegister",
                      "id": "<%= uuid() %>",
                      "type": "component"
                    }
                  ],
                  "id": "<%= uuid('col1') %>",
                  "name": "col1",
                  "title": "Column 1",
                  "type": "region"
                }
              ],
              "definition": "community_layout:section",
              "id": "<%= uuid('section') %>",
              "type": "component"
            }
          ],
          "id": "<%= uuid() %>",
          "name": "content",
          "title": "Content",
          "type": "region"
        },
        {
          "children": [
            {
              "attributes": {
                "customHeadTags": "",
                "description": "",
                "pageTitle": "Register",
                "recordId": "{!recordId}"
              },
              "definition": "community_builder:seoAssistant",
              "id": "<%= uuid() %>",
              "type": "component"
            }
          ],
          "id": "<%= uuid() %>",
          "name": "sfdcHiddenRegion",
          "title": "sfdcHiddenRegion",
          "type": "region"
        }
      ],
      "definition": "community_layout:sldsFlexibleLayout",
      "id": "<%= uuid() %>",
      "type": "component"
    },
    "dataProviders": [],
    "themeLayoutType": "Inner",
    "viewType": "self-register"
  },
  "urlName": "register"
}
