Installation
The extension has to be installed like any other TYPO3 CMS extension. You can download the extension using one of the following methods:
composer require -W \
'web-vision/a11y-by-default':'~1.0.0@dev'
Note
Be aware that aforementioned version constraints may be outdated, look up actual version by checking the packagist.org meta-data repository.
- Switch to the module System > Extensions.
- Switch to Get Extensions
- Search for the extension key a11y_by_default
- Import the extension from the repository.
Note
For TYPO3 v13 navigate AdminTools > Extensions to find the Extension Manager.
- Get current version from TER by downloading the zip version. Alternatively, get the zip from the Github Releases page.
- Switch to the module System > Extensions.
- Enable upload Upload Extension
- Select or drag extension ZIP archive and upload the file
Attention
The extension then needs to be configured in order to display translation buttons in the desired languages.
Compatibility
This extension supports:
| Extension version | TYPO3 Version | PHP version | Supported | Composer | TER |
|---|---|---|---|---|---|
| 1.x | 14.3.x | 8.2, 8.3, 8.4, 8.5 | yes | web-vision/a11y-by-default | a11y_by_default |
| 1.x | 13.4.x | 8.2, 8.3, 8.4, 8.5 | yes | web-vision/a11y-by-default | a11y_by_default |
Next steps
Once the extension is active, the Accessibility module immediately appears in the Web section for administrators. Non-administrator backend users only see the module once their backend group has been granted access to it, the same way as for any other TYPO3 backend module. See Configuration for the accessibility-specific settings, in particular the Developer Corner permission.