Implements hook_preprocess_HOOK() for block templates.
function help_preprocess_block(&$variables) : void { if ($variables['plugin_id'] == 'help_block') { $variables['attributes']['role'] = 'complementary'; } }