Hi,
I am using ADF 2.1.0 and ACS 5.2.0 to implement viewer component using below documentation.
https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/viewer.component.md
Some of the features of the viewer components does not seem to work such as
1. [allowPrint]
2. [allowShare]
3. [allowSidebar]
Configuring these properties to 'true' does show action icon, however, the functionality do not work. [Screenshot attached]
I even tried to use custom sidebar to include <adf-content-metadata-card> using template injection but this doesn't work either. Sadly, I don't see any error in browser console also.
Appreciate the help here!!
Those properties only enable buttons and empty click events that you can handle and execute some code. Printing and Share buttons is not yet implemented, that's why they are disabled by default. The allowSidebar property should work and toggles the sidebar feature.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.