PWV-2 Added custom field to settings schema.
This commit is contained in:
parent
4d79bf84a8
commit
a30cfc95f9
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user