Skip to content

M3 Configuration Recipes

Camille Villa edited this page Apr 17, 2019 · 11 revisions

Sample setting bundles for implementers. See options in config/settings.js

Single-item view

{
  language: 'en', // Set default language display here
  availableLanguages: { // All the languages available in the language switcher
    de: 'Deutsch',
    en: 'English',
  },
  window: {
    allowClose: false,
	defaultSideBarPanel: 'attribution',
	sideBarOpenByDefault: true,
  },
  workspace: {
	showZoomControls: true,
    type: 'mosaic', // Which workspace type to load by default. Other possible values are "elastic"
  },
  workspaceControlPanel: {
    enabled: false,
  },
}

Gallery viewer

Researcher Workspace