mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3643] Viewer shows both sidebar icons (#3852)
* Viewer shows both sidebar icons * update readme * add config editor for start-process
This commit is contained in:
@@ -45,6 +45,7 @@ export class FileViewComponent implements OnInit {
|
||||
allowPrint = true;
|
||||
allowShare = true;
|
||||
allowSidebar = true;
|
||||
allowLeftSidebar = true;
|
||||
moreActions = true;
|
||||
customName = false;
|
||||
fileUrlSwitch = false;
|
||||
@@ -136,6 +137,10 @@ export class FileViewComponent implements OnInit {
|
||||
this.allowSidebar = !this.allowSidebar;
|
||||
}
|
||||
|
||||
toggleAllowLeftSidebar() {
|
||||
this.allowLeftSidebar = !this.allowLeftSidebar;
|
||||
}
|
||||
|
||||
toggleCustomName() {
|
||||
this.customName = !this.customName;
|
||||
|
||||
|
Reference in New Issue
Block a user