Implements hook_preprocess_HOOK() for block.html.twig.
function help_preprocess_block(&$variables) { if ($variables['plugin_id'] == 'system_help_block') { $variables['attributes']['role'] = 'complementary'; } }