Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Nov 21, 2023
1 parent 388d302 commit 93a17ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/stanford_basic/stanford_basic.theme
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ function stanford_basic_preprocess_block(&$variables) {
$variables['#attached']['library'][] = 'stanford_basic/decoupled_menu';
}
}

if (isset($variables['configuration']['label_display '])) {
$variables['attributes']['aria-hidden'] = 'true';
}
}

/**
Expand Down

0 comments on commit 93a17ec

Please sign in to comment.