[ADF-1676] hide fake content in the viewer (#2442)

* hide fake content in the viewer

* add missing property
This commit is contained in:
Denys Vuika
2017-10-06 12:21:47 +01:00
committed by Eugenio Romano
parent e903168320
commit bdd26e6c42
5 changed files with 40 additions and 30 deletions

View File

@@ -51,12 +51,13 @@ Using with file url:
| showToolbar | boolean | true | Hide or show the toolbars |
| displayName | string | | You can specify the name of the file |
| allowGoBack | boolean | true | Allow `back` navigation |
| allowOpenWith | boolean | true | Toggle `Open With` options |
| allowOpenWith | boolean | false | Toggle `Open With` options |
| allowDownload | boolean | true | Toggle download feature |
| allowPrint | boolean | true | Toggle printing feature |
| allowShare | boolean | true | Toggle sharing feature |
| allowInfoDrawer | boolean | true | Toogle info drawer feature |
| allowPrint | boolean | false | Toggle printing feature |
| allowShare | boolean | false | Toggle sharing feature |
| allowInfoDrawer | boolean |false | Toogle info drawer feature |
| showInfoDrawer | boolean | false | Toggles info drawer visibility. Requires `allowInfoDrawer` to be set to `true`. |
| allowMoreActions | boolean | false | Toggles `More actions` feature |
## Details