SectionHeaderRegistrationBlock
A non-input heading placed into a registration form by the business to group the blocks that follow it under a titled section. Purely presentational — it never captures a response and never gates submission.
Fields
titleString!Section title, rendered as the heading. Resolved for the given locale, falling back to en, then first available. Defaults to the request's Accept-Language locale.
Arguments (1)
localeLocalesubtitleStringOptional supporting line shown beneath the title. Resolved for the given locale, falling back to en, then first available. Null when the business has not authored one.
Arguments (1)
localeLocalefilters[RegistrationBlockFilter!]!Filters scoping this block to a subset of registrations (by registration type, etc.). Empty when the block applies to every registration. The public registration form reads these to decide which sections to render for the current registration mode.