diff --git a/Packages/ohif-study-list/both/schema/servers.js b/Packages/ohif-study-list/both/schema/servers.js index 23b38fcb0..4c84fab6f 100644 --- a/Packages/ohif-study-list/both/schema/servers.js +++ b/Packages/ohif-study-list/both/schema/servers.js @@ -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',