Skip to content

Commit

Permalink
chore: add extension-definitions.yaml (#134)
Browse files Browse the repository at this point in the history
添加扩展定义描述文件,以便后续在 Halo 中展示或者启用具体的扩展点。

/kind feature

```release-note
添加扩展定义描述文件,以便后续在 Halo 中展示或者启用具体的扩展点。
```
  • Loading branch information
ruibaby authored Jun 25, 2024
1 parent 40de277 commit 944bf37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/extensions/extension-definitions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: plugin.halo.run/v1alpha1
kind: ExtensionDefinition
metadata:
name: default-comment-widget
spec:
className: run.halo.comment.widget.DefaultCommentWidget
extensionPointName: comment-widget
displayName: "默认评论组件"
description: "Halo 默认提供的评论组件插件"

0 comments on commit 944bf37

Please sign in to comment.