Level 1
Level 2
Bei der Community anmelden
Weitere Informationen
Melden Sie sich an, um alle Badges zu sehen
Leiste mit Community-Erfolgen erweitern.
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
How can I disable (greyed out) the download icon for an asset as it is an OOTB functionality.Do I need to overlay any particular node for the same?
@Theo_Pendle @arunpatidar @Vijayalakshmi_S @BrianKasingli
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
If you want to disable it for all the users then you can simply write CSS.
button._coral-ActionButton._coral-ActionButton--quiet._coral-QuickActions-item[title="Download"] { display: none; }
Lösung in ursprünglichem Beitrag anzeigen
Hi @Sudeshna1992,
Adding to @arunpatidar's solution, if you are to disable based on user permissions, then we need to overlay and then write render conditions. (OOB Privilege type can be used)
Sample implementation for reference:
/libs/cq/gui/components/renderconditions/canreadworkflowmodels/canreadworkflowmodels.jsp
Zugriffe
Likes
Antworten