Skip to content

Commit 45d0c0a

Browse files
author
robin
committed
fix(editor-stacks/Component): add editor help link to component props
1 parent caf4692 commit 45d0c0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editor-stacks/Component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const Component: FC<EditorProps> = ({
130130
acceptedFileTypes: uploadConfig?.allowedExtensions,
131131
}
132132
: undefined,
133+
editorHelpLink: 'https://stackoverflow.com/editing-help',
133134
editorPlugins: onChange
134135
? [
135136
createOnChangePlugin(

0 commit comments

Comments
 (0)