This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
generated from halo-dev/plugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
apiVersion: plugin.halo.run/v1alpha1 | ||
apiVersion: v1alpha1 | ||
kind: Plugin | ||
metadata: | ||
# The name defines how the plugin is invoked,A unique name | ||
name: halo-plugin-email | ||
spec: | ||
enabled: true | ||
# 'version' is a valid semantic version string (see semver.org). | ||
version: 0.0.1-SNAPSHOT | ||
version: 1.0.0-alpha.1 | ||
requires: "*" | ||
author: pannanxu | ||
logo: https://www.mvvm.io/favico.ico | ||
settingName: halo-plugin-email-settings | ||
configMapName: halo-plugin-email-settings | ||
# 'homepage' usually links to the GitHub repository of the plugin | ||
homepage: https://github.com/pannanxu/halo-plugin-email | ||
# 'displayName' explains what the plugin does in only a few words | ||
displayName: "邮件通知" | ||
description: "Halo2.0邮件通知插件" | ||
description: "Halo邮件通知插件" | ||
license: | ||
- name: "MIT" |