variable SITE_ADMIN_LEVELS

Admin role levels that may edit the public-facing site content (homepage, contact, order intro). Site editing has always been owner-only; the editor role is added to it, but manager stays excluded — so this is owner+editor, NOT the broader CONTENT_ADMIN_LEVELS.

Type

"owner" | "editor"[]

Usage

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