From f9acb030dc6f3fab751f820ab68f00a0a8308808 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 13 Sep 2023 12:36:11 +0800 Subject: [PATCH] chore: add app id annotation Signed-off-by: Ryan Wang --- src/main/resources/plugin.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 0efc6bc..f8157c3 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -2,6 +2,10 @@ apiVersion: plugin.halo.run/v1alpha1 kind: Plugin metadata: name: PluginCommentWidget + annotations: + # Add supports for Halo App Store + # https://halo.run/store/apps/app-YXyaD + "store.halo.run/app-id": "app-YXyaD" spec: enabled: true requires: ">=2.6.0"