This screenshot shows a second rule, called Manager, defined for the role-based example. The Match All option is selected to indicate that all defined conditions must be true. The $user.roles.includes('Manager') condition checks if the user's role is Manager, the $user.isAuthenticated strictly equals true checks if the current user is authenticated. The return field is set to show the Manager layout.

The default rule that was previously defined is shown at the bottom of the display logic tree.