Editor
Inline Editor
Use rich-text editing inside Inline workflows when fields need editor JSON content.
Inline rich-text editing combines @tulip-systems/inline with @tulip-systems/editor.
Use it when a field should save editor JSON without sending users to a separate form.
Pattern
<InlineEditor mutation={mutation} initialValue={content} strategy={strategy}>
<EditorMenuFixed />
<EditorContent />
</InlineEditor>