You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defaultPosition: thumbNavigation,// Which position for the thumbnail navigation to be be displayed. Other possible values are "far-bottom" or "far-right"
65
-
displaySettings: true,// Display the settings for this in WindowTopMenu
66
-
height: 120,// height of entire ThumbnailNavigation area when position is "far-bottom"
67
-
width: 100,// width of one canvas (doubled for book view) in ThumbnailNavigation area when position is "far-right"
68
-
},
69
-
themes: {
70
-
light: {
71
-
palette: {
72
-
type: 'light',
73
-
primary: {
74
-
main: '#266883',
75
-
},
76
-
secondary: {
77
-
main: '#b03727',
78
-
},
79
-
shades: {// Shades that can be used to offset color areas of the Workspace / Window
defaultPosition: thumbNavigation,// Which position for the thumbnail navigation to be be displayed. Other possible values are "far-bottom" or "far-right"
64
+
displaySettings: true,// Display the settings for this in WindowTopMenu
65
+
height: 120,// height of entire ThumbnailNavigation area when position is "far-bottom"
66
+
width: 100,// width of one canvas (doubled for book view) in ThumbnailNavigation area when position is "far-right"
67
+
},
68
+
themes: {
69
+
light: {
70
+
palette: {
71
+
type: 'light',
72
+
primary: {
73
+
main: '#266883',
94
74
},
95
-
dark: {
96
-
palette: {
97
-
type: 'dark',
98
-
primary: {
99
-
main: '#2790b0',
100
-
},
101
-
secondary: {
102
-
main: '#eeeeee',
103
-
},
104
-
highlights: {
105
-
primary: '#ffff00',
106
-
secondary: '#00BFFF',
107
-
},
108
-
},
75
+
secondary: {
76
+
main: '#b03727',
109
77
},
110
-
},
111
-
selectedTheme: 'light',
112
-
data: [manifest],
113
-
windows: [
114
-
windowSettings
115
-
],
116
-
miradorSharePlugin: {
117
-
dragAndDropInfoLink: 'https://iiif.io',
118
-
embedOption: {
119
-
enabled: true,
120
-
embedUrlReplacePattern: [
121
-
/.*/,
122
-
embedURL
123
-
],
124
-
syncIframeDimensions: {
125
-
height: {param: 'maxheight'},
126
-
},
78
+
shades: {// Shades that can be used to offset color areas of the Workspace / Window
0 commit comments