Commit 8623fb4 1 parent 9f7839d commit 8623fb4 Copy full SHA for 8623fb4
File tree 1 file changed +5
-1
lines changed
cmem_plugin_base/dataintegration
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,12 @@ class Plugin:
224
224
If not set, an identifier will be generated from the module and class name.
225
225
:param description: A short (few sentence) description of this plugin.
226
226
:param documentation: Documentation for this plugin in Markdown. Note that you
227
- do not need to add a first level heading to the markdown since the
227
+ DO NOT need to add a first level heading to the markdown since the
228
228
documentation rendering component will add a heading anyway.
229
+ In case you want to have a deep link from a parameter description
230
+ in the task configuration to this full documentation, you can place a link
231
+ anchor in the form of `<a id="parameter_doc_<parameterId>">...</a>` in the
232
+ documentation text (the link will be generated automatically).
229
233
:param categories: The categories to which this plugin belongs to.
230
234
:param parameters: Available plugin parameters.
231
235
:param icon: Optional custom plugin icon.
You can’t perform that action at this time.
0 commit comments