diptikaushikkarGuide6 years agohow to customize custom component based on role ? What is the best way to customize a custom component to be visible to only some users with some specific roles ??
Malcolm-MBoss6 years agoSomething like this should work:<#list restadmin("/users/id/${user.id?c}/roles").roles.role as role><#if role.name?? && (role.name == "Administrator")>
Recent DiscussionsCustom component for group hubseditable content in react or handlebars componentCan someone walk me through authenticating and using Postman with Aurora?SolvedUsing css in widget or styling out of the box componentsCan somebody help me with session keys?