[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:
Eugenio Romano
2018-10-03 11:29:55 +01:00
committed by GitHub
parent 4ca80e13f1
commit 58f61fd836
8 changed files with 179 additions and 61 deletions

View File

@@ -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;