Download the PHP package prgfx/neos-axecore without Composer
On this page you can find all versions of the php package prgfx/neos-axecore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package neos-axecore
Prgfx.Neos.AxeCore
This package integrates the axe-core accessibility analysis tools from Deque into the Neos inspector to allow editors to quickly determine accessibility issues on a document.
composer require prgfx/neos-axecore
The development of this package is supported by mindscreen GmbH.
Features
- Run axe-core analyzer for the current document and display accessibility errors in the inspector
- Highlight affected DOM nodes and select content-elements if available
- Pop-out results as separate window to keep errors open while fixing them
- Localized results based on user-preferences and translations provided by the axe-core project
- Export results for developers/integrators
Configuration
axe.run Options
You can specify the options passed to axe.run
through the settings:
Override used resources
If you want to use a specific (compatible) version of the axe-core library, you can override
By specifying a json without the {language}
placeholder you could disable localization of the results.
Feature-Flags
Some features may still be experimental or not suited for all users.
Configure Feature-Flags
Feature-flags can be enabled, disabled or configured based on conditions.
Available Feature-Flags
name | default value | description |
---|---|---|
popout | true |
enable button to pop-out the results in the inspector into a separate window |
export | true |
enable button to download the test-results as JSON file |
Development
Updating axe-core
When updating axe-core, make sure to update both the translations and distribution js shipped with this version. The package file includes two helpers to copy these files to their respective target locations.
Notes
To work out of the box, this package includes a built version of axe-core and the locales distributed with it. The sources are available on GitHub and licensed under the MPL-2.0 License.
All versions of neos-axecore with dependencies
neos/neos Version ^5.0 || ^7.0 || ^8.0 || dev-master
neos/neos-ui Version ^5.0 || ^7.0 || ^8.0 || dev-master