Skip to content

Coach item — collapsed_days_link

Block type: collapsed_days_link · Domain: coach-content

Coach items[] discriminator 'collapsed_days_link'. Tappable link that expands a collapsed day range.

Fields

Field Type Required Allowed values Notes
id string no minLength 1
label string yes minLength 1
target string yes Route the link navigates to when tapped. Route-existence is enforced by the hook's ALLOWED_NAVIGATE_ROUTES check, not by this schema (the route set is dynamic — album / kind slugs come from content tables). — minLength 1

Example

{
  "type": "collapsed_days_link",
  "label": "Days 1–5",
  "target": "days:1-5"
}