Function: collectFieldSections()
collectFieldSections(
fields,getOverride):Map<string,string[]>
Defined in: packages/core/src/utils.ts:242
Collect section groupings from fields and a config override lookup. Returns a Map of section name → array of field keys that belong to it.
Parameters
fields
getOverride
(key) => { section?: string; } | undefined
Returns
Map<string, string[]>