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 DiscussionsCommunity Plugin SDK CompatibilitySolvedThe total number of views in bulk data table doesn't match the views display in community,HTML support for GraphQL APIHandlebars custom component not executing GraphQL queryDownload graphql schema?Solved