Skip to content

Commit 944bf37

Browse files
authored
chore: add extension-definitions.yaml (#134)
添加扩展定义描述文件,以便后续在 Halo 中展示或者启用具体的扩展点。 /kind feature ```release-note 添加扩展定义描述文件,以便后续在 Halo 中展示或者启用具体的扩展点。 ```
1 parent 40de277 commit 944bf37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)