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
Copy file name to clipboardExpand all lines: CONFIG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Determines if full-screen behavior is overridden - setting to true disables abil
52
52
##### pagingEnabled
53
53
**Type**: `boolean`
54
54
**Default**: `true`
55
-
Determines if paging is enabled - use "pagingToggleEnabled" instead.
55
+
Determines if paging is enabled - when true, defaults to 2-up view if supported by the IIIF manifest; when false, defaults to 1-up view.
56
56
57
57
##### rightPanelEnabled
58
58
**Type**: `boolean`
@@ -205,7 +205,7 @@ Determines if full screen is overridden.
205
205
##### pagingEnabled
206
206
**Type**: `boolean`
207
207
**Default**: `true`
208
-
Determines if paging is enabled.
208
+
Determines if paging is enabled - when true, defaults to 2-up view if supported by the IIIF manifest; when false, defaults to 1-up view. Set in uv-iiif-config.json file.
0 commit comments