wagtail-nest / wagtail-accessibility

✅ Accessibility content checks for Wagtail websites
https://wagtail-nest.github.io/wagtail-accessibility/
BSD 3-Clause "New" or "Revised" License
32 stars 5 forks source link

Add new setting to configure plugin visibility #10

Closed tomdyson closed 9 months ago

tomdyson commented 4 years ago

This adds support for a new, optional setting ('WAGTAIL_ACCESSIBILITY_GROUPS') which allows site developers to restrict visibility of the template tag to specific groups.

seb-b commented 4 years ago

Handy feature!

Would you be able to add a call to has_visibility to jinja2tags.py as well?