Helps with applying aria landmark roles to blocks through the block UI.
## Installation
Install as you would normally install a contributed Drupal module. For further information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## Configuration
For a quick start, install the module and add the A11y block, to allow checking with
"Dyslexic", "Contrast", "Invert", and "Disable animations".
A11y module provides a set of plugins to improve the accessibility which would
be use on A11y blocks. Also, you can implements a custom a11y plugin by
extending from class A11yPluginBase in your custom module. You can see an
example in the Keyboard plugin.
Once your plugin is created, you can implements it creating an A11y entity.
## Maintainers
- 🙄 ✻ - [btopro](https://www.drupal.org/u/btopro)
- Daniel Cimorra - [dcimorra](https://www.drupal.org/u/dcimorra)