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
| Attachments | File-list item component with add, upload, and delete support |
| CodeMirror | Code-editor item backed by CodeMirror 6, loaded from a CDN on demand |
| Form | Renders the item-driven form body without the editor's placement shell or toolbars. |
| Helpers Overview | Functions and item components exported by the editor package |
| registerEditorItem | Registers a React component under a comp string so items can reference it as comp. |
| TinyMCE | Rich-text (HTML) editor item backed by TinyMCE, loaded on demand from a CDN. |