From ecefde8eda8f191fc77a8a8215bd4ddba60a4dd7 Mon Sep 17 00:00:00 2001 From: Anukriti Singh Date: Thu, 28 Dec 2023 10:01:36 +0530 Subject: [PATCH] [MNT-23433] documentation added --- docs/content-services/components/alfresco-viewer.component.md | 1 + docs/core/components/viewer.component.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/content-services/components/alfresco-viewer.component.md b/docs/content-services/components/alfresco-viewer.component.md index 5020efa295b..b6d9a594ce9 100644 --- a/docs/content-services/components/alfresco-viewer.component.md +++ b/docs/content-services/components/alfresco-viewer.component.md @@ -69,6 +69,7 @@ See the [Custom layout](#custom-layout) section for full details of all availabl | allowFullScreen | `boolean` | true | Toggles the 'Full Screen' feature. | | allowGoBack | `boolean` | true | Allows `back` navigation. | | closeButtonPosition | `CloseButtonPosition` | `left` | Set close button position right/left. | +| hideInfoButton | `boolean` | `false` | Toggles Info button. | | allowLeftSidebar | `boolean` | false | Allow the left the sidebar. | | allowNavigate | `boolean` | false | Toggles before/next navigation. You can use the arrow buttons to navigate between documents in the collection. | | allowPrint | `boolean` | false | Toggles printing. | diff --git a/docs/core/components/viewer.component.md b/docs/core/components/viewer.component.md index 9586a397533..bed691f85e3 100644 --- a/docs/core/components/viewer.component.md +++ b/docs/core/components/viewer.component.md @@ -63,6 +63,7 @@ See the [Custom layout](#custom-layout) section for full details of all availabl | allowFullScreen | `boolean` | true | Toggles the 'Full Screen' feature. | | allowGoBack | `boolean` | true | Allows `back` navigation. | | closeButtonPosition | `CloseButtonPosition` | `left` | Set close button position right/left. | +| hideInfoButton | `boolean` | `false` | Toggles Info button. | | allowLeftSidebar | `boolean` | false | Allow the left the sidebar. | | allowNavigate | `boolean` | false | Toggles before/next navigation. You can use the arrow buttons to navigate between documents in the collection. | | allowRightSidebar | `boolean` | false | Allow the right sidebar. |