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

fix(new-ticker): Improve accessibility - FRONT-3662 #2570

Merged
merged 16 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion src/implementations/twig/components/news-ticker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ npm install --save @ecl/twig-component-news-ticker
- **"counter_label"** (string) (default: 'of')
- **"sr_previous"** (string) (default: 'Previous news') screen reader label for previous button
- **"sr_next"** (string) (default: 'Next news') screen reader label for next button
- **"sr_autoplay"** (string) (default: 'News ticker auto play') screen reader label for autoplay button
- **"sr_play"** (string) (default: 'Play news ticker') screen reader label for the play button
- **"sr_pause"** (string) (default: 'Pause news ticker') screen reader label for the pause button
- **"icon_path"** (string) (default: ''): path to the icons svg
- **"extra_classes"** (optional) (string) (default: '') Extra classes (space separated)
- **"extra_attributes"** (optional) (array) (default: []) Extra attributes
Expand Down
Loading