This screenshot shows the Display Logic section of a rule set. The name of the rule, isDefault, is at the very top, followed by the Match All and Match Any options. The Match All option is selected to indicate that all conditions must be true to show the default layout defined in the return field at the bottom. In between are the rule's conditions: the $user.roles.equals('Employee') condition checks if the user's role is Employee and the $user.isAuthenticated strictly equals true checks if the current user is authenticated.