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:
@@ -141,7 +141,13 @@ export class ViewerComponent implements OnChanges, OnInit, OnDestroy {
|
||||
@Input()
|
||||
canNavigateNext = true;
|
||||
|
||||
/** Toggles the sidebar. */
|
||||
/** Allow the left the sidebar. */
|
||||
@Input()
|
||||
allowLeftSidebar = false;
|
||||
|
||||
/** Allow the right sidebar.
|
||||
* @deprecated 2.5.0 - will be renamed allowRightSidebar in 3.0.0
|
||||
*/
|
||||
@Input()
|
||||
allowSidebar = false;
|
||||
|
||||
|
Reference in New Issue
Block a user