mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
configurable viewer retries (#1263)
This commit is contained in:
parent
c98591596c
commit
80fcdd47ad
@ -22,6 +22,7 @@
|
||||
"logo": "assets/images/alfresco-logo-flower.svg",
|
||||
"copyright": "APP.COPYRIGHT"
|
||||
},
|
||||
"viewer.maxRetries": 1,
|
||||
"sharedLinkDateTimePickerType": "date",
|
||||
"headerColor": "#2196F3",
|
||||
"languagePicker": true,
|
||||
|
@ -4,6 +4,7 @@
|
||||
'right_side--hide': !showRightSide
|
||||
}"
|
||||
[displayName]="fileName"
|
||||
[maxRetries]="'viewer.maxRetries' | adfAppConfig"
|
||||
[nodeId]="nodeId"
|
||||
[allowNavigate]="navigateMultiple"
|
||||
[allowRightSidebar]="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user