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: {
|
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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user