We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01a0aa commit f6f0365Copy full SHA for f6f0365
web/profiles/custom/os2loop/themes/os2loop_theme/os2loop_theme.theme
@@ -23,6 +23,8 @@ function os2loop_theme_preprocess(&$variables) {
23
$variables['app'] = [
24
'request' => \Drupal::request(),
25
];
26
+ // Add the `expanded` query string parameter to the cache context.
27
+ $variables['#cache']['contexts'][] = 'url.query_args:expanded';
28
}
29
30
/**
0 commit comments