Configuration

Hosted configuration is the published field schema (and optional branding title) for an importer. The component fetches it with a publishable key. Spreadsheet files are not part of configuration and are never uploaded.

Local vs hosted

  • Local: pass fields (and optional duplicateKey) as props.
  • Hosted: create an importer in the dashboard, edit a draft, publish a revision, then pass importerId + publishable key.

What the client loads

Published config includes importer id, name, revision number, fields, optional duplicateKey, and branding. The widget heading uses the branding title (or importer name). primaryColor sets the accent. Optional logoUrl renders beside the title when present in published config.

Related: Configuration revisions · Fields · Environments