Skip to content

Commit

Permalink
Add langMenuAriaLabel to default theme configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sabicalija committed Mar 6, 2023
1 parent e760402 commit 1c476a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/default-theme.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ export namespace DefaultTheme {
*/
aside?: boolean

/**
* Set custom `aria-label` for language menu button.
*
* @default 'Change language'
*/
langMenuAriaLabel?: string

/**
* Info for the edit link. If it's undefined, the edit link feature will
* be disabled.
Expand Down

0 comments on commit 1c476a7

Please sign in to comment.