Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update markdown #3097

Merged
merged 12 commits into from
Apr 8, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/language-selector/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
| url | string | true | URL to change the application language |
| ISOCode | string | true | The ISO language code for the language |
| text | string | true | The name of the language to display |
| textAbbr | string | false | Abbreviated version of the language text can be provided. This will be displayed on small viewports |
| abbrText | string | false | Abbreviated version of the language text can be provided. This will be displayed on small viewports |
| current | boolean | true | The current selected language |
| attributes | object | false | HTML attributes (for example, data attributes) to add to the details element |
Loading