PWV-2 Added custom field to settings schema.

This commit is contained in:
Emanuel F. Oliveira 2016-09-26 17:24:09 +00:00 committed by Erik Ziegler
parent 4d79bf84a8
commit a30cfc95f9

View File

@ -165,6 +165,11 @@ export const PublicServerConfig = new SimpleSchema({
ui: {
type: UISettings,
label: 'UI Settings'
},
custom: {
type: Object,
label: 'Custom Settings',
optional: true
}
});
@ -195,11 +200,6 @@ export const ServerConfiguration = new SimpleSchema({
type: PublicServerConfig,
label: 'Public Server Configuration',
},
origin: {
type: String,
label: 'Origin',
optional: true
},
origin: {
type: String,
label: 'Origin',