variable CONTENT_ADMIN_LEVELS

Admin role levels that may create/edit listings & groups: the back-office staff plus the content-only editor. Used to gate the listing/group content routes editors are explicitly opted into; deliberately excludes agent.

Type

"owner"
| "manager"
| "editor"
[]

Usage

import { CONTENT_ADMIN_LEVELS } from "docs/config.ts";