Skip to content

Commit

Permalink
adds documentation for module
Browse files Browse the repository at this point in the history
  • Loading branch information
markconroy committed Jun 26, 2024
1 parent 5dab59c commit b646c69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

Integrates the [Sa11y accessibility checker](https://sa11y.netlify.app/) into LocalGov Drupal.

## Maintainers
## Using
Enbale the module like any other Drupal module.
Set what roles can use the Sa11y widget via the `use_localgov_sa11y` permission.

The module is set to only work on pages that are not using the admin theme.

This project is currently maintained by:
Now when you visit any page on your site using your frontend theme, you should see the Sa11y widget in the bottom left corner.

## Maintainers
This project is currently maintained by:

- Mark Conroy https://github.com/markconroy
- Maria Young https://github.com/msayoung
2 changes: 1 addition & 1 deletion localgov_sa11y.permissions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use_localgov_sa11y:
title: 'Use localgov_sa11y'
title: 'Use LocalGov Sa11y'
restrict access: true

0 comments on commit b646c69

Please sign in to comment.