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 = {
templateType: string;
associatedPluginId: string;
userGuide: string;
author?: string;
};
};
......
......@@ -18,6 +18,9 @@ const AppTemplateSchema = new Schema({
avatar: {
type: String
},
author: {
type: String
},
tags: {
type: [String],
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