Something Else

cms-edit · Highlander Health

← All playbooks · Raw API

legal-policy-pages

# Legal & policy pages — Highlander Health

Playbook for **Terms of use** and **Privacy policy**. Layout is **Text hero** plus indented rich text. There must be **no** page-video colour strip under the title.

## URL patterns

| Public path | Typical CMS slug | Document |
|-------------|------------------|----------|
| `/terms-of-use/` | `terms-of-use` | Terms of use |
| `/privacy-policy/` | `privacy-policy` | Privacy policy |

These links live in the footer. If slugs change, add redirects.

```bash
cms-edit peek --page-slug /terms-of-use
cms-edit peek --page-slug /privacy-policy
```

## Stack

| Region | Type | Rules |
|--------|------|-------|
| Title | **Text hero** | Heading only — do not use page loop video as an 8px slice |
| Body | **Rich text** and/or **Indented Rich Text** | Use the component’s **own** `visual` if a colour strip is needed; do not fall back to page video |
| Avoid | **Hero**, Institute/Partners heroes, page-level video | Bond legal pages have no video bar under the title |

## Editing rules

| Rule | Why |
|------|-----|
| Legal/compliance sign-off before publish on substantive changes | cms-edit saves drafts only |
| Do not restructure numbered sections without legal approval | Section order may match regulatory expectations |
| Prefer `task-bulk-find-replace` for global terminology, then re-read the full page | |

## Workflow

1. Obtain legal-approved copy for substantive edits
2. Open `/terms-of-use/` or `/privacy-policy/`
3. Edit **Text hero** heading and body rich text only
4. `preview urls` → confirm no colour strip under the title → `diff` → `save` → legal approval → `task-publish-handoff`

## Related

- General pages — `pages.md`