Hi,
I need to display the breadcrumb only if the current user as a specific role.
I try to put this code in Breadcrumb visibility :

if (in_array('Conseiller', [current-user:roles])) {
  return TRUE;
}

the role checked is 'Conseiller'.
Can you give me the good way ?
Regards,

Comments

zorax created an issue.