mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 12:42:37 +08:00
Update setting.js
This commit is contained in:
@@ -99,6 +99,12 @@ const SettingSchema = new Schema(
|
||||
default: 30 * 1000,
|
||||
},
|
||||
tags: [TagSchema],
|
||||
|
||||
// Additional metadata to let plugins write settings.
|
||||
metadata: {
|
||||
default: {},
|
||||
type: Object,
|
||||
}
|
||||
},
|
||||
{
|
||||
timestamps: {
|
||||
|
||||
Reference in New Issue
Block a user