Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ai_sorting.module
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ function ai_sorting_views_pre_render(ViewExecutable $view) {
'rlEndpointUrl' => "{$base_path}/{$rl_path}/rl.php",
'displayId' => $view->current_display,
];

// Add RL experiment highlight class for visual branding.
$view->element['#attributes']['class'][] = 'rl-experiment';
}
}

Expand Down