You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ra-input-rich-text/src/RichTextInput.tsx
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ import { RichTextInputToolbar } from './RichTextInputToolbar';
25
25
/**
26
26
* A rich text editor for the react-admin that is accessible and supports translations. Based on [Tiptap](https://www.tiptap.dev/).
27
27
* @param props The input props. Accept all common react-admin input props.
28
-
* @param {EditorOptions} props.editorOptions The options to pass to the Tiptap editor.
28
+
* @param {EditorOptions} props.editorOptions The options to pass to the Tiptap editor. See Tiptap settings [here](https://tiptap.dev/api/editor#settings).
29
29
* @param {ReactNode} props.toolbar The toolbar containing the editors commands.
30
30
*
31
31
* @example <caption>Customizing the editors options</caption>
0 commit comments