We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40de277 commit 944bf37Copy full SHA for 944bf37
src/main/resources/extensions/extension-definitions.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: plugin.halo.run/v1alpha1
2
+kind: ExtensionDefinition
3
+metadata:
4
+ name: default-comment-widget
5
+spec:
6
+ className: run.halo.comment.widget.DefaultCommentWidget
7
+ extensionPointName: comment-widget
8
+ displayName: "默认评论组件"
9
+ description: "Halo 默认提供的评论组件插件"
0 commit comments