cms · gallery

19 components in this package.

BlockRendererRenders a flat array of CMS
ArrayFieldRepeatable array container widget. Renders one editable block per row and the add/remove/reorder controls, recursing through
CollapsibleFieldPresentational collapsible (accordion) container widget. Unlike a group, a collapsible introduces no data key, so its
ConditionalFieldConditional-field wrapper. Evaluates a descriptor's
FieldShellPresentational chrome shared by every leaf widget — label, required marker, the control, and a validation message. Pure markup with no field-state coupling, so it composes under any widget without pulling form context in.
FieldWidgetsProviderProvides the host's field-widget overrides to every
FormNative form runtime root — the Payload
FormLocaleProviderProvides the active editing locale to every localized leaf widget beneath it. Mounted by
GroupFieldNamed group container widget. A group introduces a single data key but holds no value of its own — its children store their values at dotted paths nested under the group's
RelationshipQueryProviderProvide the Convex-backed option source the
RenderFieldsWalk a descriptor list and render each field through its registered renderer. The Payload
RichTextEditorProviderProvide the Tiptap editor the
UploadActionProviderProvide the upload action the
EditorEditPageServer Component that renders the edit form for a single document. Resolves the locale (redirecting when absent), fetches the doc through the bridge's Convex read (
EditorFieldsGeneric field surface for any CMS collection — the native renderer that replaced Payload's
EditorFormToolbarWires the native CMSFORM-01 form context to: - the admin app's visual
EditorListPageServer Component that renders the collection list view. Resolves the locale (redirecting when absent), enforces list access, fetches one page through the bridge's bounded Convex list (
EditorNewPageServer Component that renders the new-document creation form. Enforces create access, resolves the locale, builds an empty native
EditorVersionsPageServer Component that renders the version history list for a single document. Resolves the document through the bridge's Convex read (

On this page