Skip to main content

Helpers

Helpers extend the editor beyond its built-in fields: registerEditorItem maps a comp string to a component, and the exported item components (Form, Attachments, CodeMirror, TinyMCE) plug into an items config.

Helpers

AttachmentsFile-list item component with add, upload, and delete support
CodeMirrorCode-editor item backed by CodeMirror 6, loaded from a CDN on demand
FormRenders the item-driven form body without the editor's placement shell or toolbars.
Helpers OverviewFunctions and item components exported by the editor package
registerEditorItemRegisters a React component under a comp string so items can reference it as comp.
TinyMCERich-text (HTML) editor item backed by TinyMCE, loaded on demand from a CDN.