{
  "name": "reg-profile-identity",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/registration/profile/profile.contents.html",
  "slots": [],
  "nested": [
    "reg-step-header",
    "reg-step-footer",
    "reg-step-progress"
  ],
  "attrs": {
    "data-reg-input": "",
    "action": "/site/examples/registration/use-case",
    "method": "get"
  },
  "html": "<form data-reg-input action=\"/site/examples/registration/use-case\" method=\"get\">\n        <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n        <section data-reg-form>\n          <field-ui inline label=\"Full Name\">\n            <input-ui name=\"name\" autocomplete=\"name\" placeholder=\"Jane Doe\" required></input-ui>\n          </field-ui>\n          <field-ui inline label=\"Display Name\" hint=\"What teammates see in mentions and comments.\">\n            <input-ui name=\"display\" autocomplete=\"nickname\" placeholder=\"Jane\"></input-ui>\n          </field-ui>\n          <field-ui inline label=\"Profile Photo\" hint=\"Square image, at least 256×256.\">\n            <upload-ui name=\"avatar\" accept=\"image/*\"></upload-ui>\n          </field-ui>\n        </section>\n\n        <footer><!-- nested: reg-step-footer --></footer>\n      </form>",
  "source": "apps/user-flow/app/registration/profile/profile.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Personal profile identity form — name, title, profile photo upload.",
    "keywords": [
      "registration",
      "profile",
      "personal",
      "identity",
      "name",
      "title",
      "photo"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Tell us about you"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "A few details so your teammates can find you."
    },
    {
      "id": "header-2",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "name",
      "component": "Input",
      "required": true,
      "autocomplete": "name",
      "name": "name",
      "placeholder": "Jane Doe"
    },
    {
      "id": "field",
      "component": "Field",
      "inline": true,
      "label": "Full Name",
      "children": [
        "name"
      ]
    },
    {
      "id": "display",
      "component": "Input",
      "autocomplete": "nickname",
      "name": "display",
      "placeholder": "Jane"
    },
    {
      "id": "field-2",
      "component": "Field",
      "hint": "What teammates see in mentions and comments.",
      "inline": true,
      "label": "Display Name",
      "children": [
        "display"
      ]
    },
    {
      "id": "avatar",
      "component": "Upload",
      "accept": "image/*",
      "name": "avatar"
    },
    {
      "id": "field-3",
      "component": "Field",
      "hint": "Square image, at least 256×256.",
      "inline": true,
      "label": "Profile Photo",
      "children": [
        "avatar"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "field",
        "field-2",
        "field-3"
      ]
    },
    {
      "id": "column",
      "component": "Column"
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "Back",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/registration/workspace",
      "text": "Back",
      "data-reg-back": "",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Continue",
      "variant": "primary"
    },
    {
      "id": "column-2",
      "component": "Column",
      "data-reg-actions": "",
      "children": [
        "link",
        "button"
      ]
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "column",
        "column-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "footer-2"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
