Download the PHP package femundfilou/kirby-accessibility-check without Composer
On this page you can find all versions of the php package femundfilou/kirby-accessibility-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download femundfilou/kirby-accessibility-check
More information about femundfilou/kirby-accessibility-check
Files in femundfilou/kirby-accessibility-check
Package kirby-accessibility-check
Short Description Kirby plugin to add accessibility checks
License MIT
Informations about the package kirby-accessibility-check
Kirby Accessibility Check
This plugin adds accessibility checking capabilities to your Kirby CMS powered website. With the panel button, editors can enable an accessibility overlay to easily spot issues in the frontend of your website. By default, the Accessibility quality assurance tool Sa11y is used and added via CDN.
[!IMPORTANT] This plugin is compatible with Kirby 5 and up.
Features
- Adds accessibility check button to panel
- Only active when editor chooses to enable it (uses session)
- Automatically includes required assets when active
Installation
There are three options to install the plugin.
Download
Download and copy this repository to /site/plugins/kirby-accessibility-check
.
Git submodule
Composer
Setup
This plugin registers a new panel view button you can use in your page blueprints.
Customize
You can overwrite each provider by creating a snippet to your site/snippets
folder. For example, you would create the file site/snippets/kirby-accessibility-check/providers/sa11y.php
to add your own Sa11y implementation or configuration, e.g. if you don't want to use the CDN or stick to a specific version.
License
MIT
Credits
- Justus Kraft
- Accessibility quality assurance tool Sa11y