Merge branch 'master' into featured-notifications

This commit is contained in:
Wyatt Johnson
2018-02-28 10:18:53 -07:00
committed by GitHub
+6
View File
@@ -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: {