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