This is an automated email from the ASF dual-hosted git repository.

robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git


The following commit(s) were added to refs/heads/main by this push:
     new 45d0c0a  fix(editor-stacks/Component): add editor help link to 
component props
45d0c0a is described below

commit 45d0c0a1ba932445e56173186665cc314d8a6cfb
Author: robin <[email protected]>
AuthorDate: Fri Dec 26 11:00:03 2025 +0800

    fix(editor-stacks/Component): add editor help link to component props
---
 editor-stacks/Component.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editor-stacks/Component.tsx b/editor-stacks/Component.tsx
index 05c1e4a..880ce66 100644
--- a/editor-stacks/Component.tsx
+++ b/editor-stacks/Component.tsx
@@ -130,6 +130,7 @@ const Component: FC<EditorProps> = ({
               acceptedFileTypes: uploadConfig?.allowedExtensions,
             }
           : undefined,
+        editorHelpLink: 'https://stackoverflow.com/editing-help',
         editorPlugins: onChange
           ? [
               createOnChangePlugin(

Reply via email to