Commit 576c60bd by heheer Committed by GitHub

plugin customize author (#3963)

* plugin customize author

* fix name
parent 33617ab5
...@@ -25,6 +25,7 @@ export type SystemPluginConfigSchemaType = { ...@@ -25,6 +25,7 @@ export type SystemPluginConfigSchemaType = {
templateType: string; templateType: string;
associatedPluginId: string; associatedPluginId: string;
userGuide: string; userGuide: string;
author?: string;
}; };
}; };
......
...@@ -18,6 +18,9 @@ const AppTemplateSchema = new Schema({ ...@@ -18,6 +18,9 @@ const AppTemplateSchema = new Schema({
avatar: { avatar: {
type: String type: String
}, },
author: {
type: String
},
tags: { tags: {
type: [String], type: [String],
default: undefined default: undefined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment