Auto viewer mode (WIP).

This commit is contained in:
John Livingston
2022-01-07 19:20:28 +01:00
parent 69380bd8e4
commit 9a4608863b
6 changed files with 103 additions and 4 deletions

View File

@ -22,6 +22,7 @@
websocketServiceUrl: '{{WS_SERVICE_URL}}',
authenticationUrl: '{{AUTHENTICATION_URL}}',
advancedControls: '{{ADVANCEDCONTROLS}}' === 'true',
autoViewerMode: '{{AUTOVIEWERMODE}}' === 'true',
theme: '{{CONVERSEJS_THEME}}',
forceReadonly: '{{FORCEREADONLY}}' === 'noscroll' ? '{{FORCEREADONLY}}' : '{{FORCEREADONLY}}' === 'true'
})