- scroller:
    name: "finalStep"
    title: "Content Library: Final Step"
    content:

      - field:
          name: firstName
          type: text
          maxLength: 128
          title: First Name
      - field:
          name: email
          type: email
          maxLength: 128
          title: Email Address
      - button:
          name: backBtn
          type: primary
          title: Back
      - button:
          name: submitBtn
          type: primary
          title: Submit