Goal
Extend AccordionItem (or the data it receives) to optionally render a row of tag pills in the header. Tags are derived from the configured filter properties and the schema's own meta values.
Behaviour
- Only properties listed in
customFilterDropdowns are shown as tags
- Tag format:
"Label: Value" (e.g. "Submitter: Clinician")
- If a schema has no value for a configured property, no tag is shown for that property
- Tags are read-only, not interactive
Figma Link