Installation
Installation from TYPO3 Extension Repository (TER)
Go to extension manager in TYPO3 backend, choose "install extension" and search for accessibility4typo3. Then click on "install".
Installation using composer
The extension is not available in a public repository, but nevertheless it can be installed using composer. Add a section for a local install of packages like this:
"repositories": [
{
"type": "path",
"url": "./packages/*/",
"options": {
"symlink": true
}
}
],
Copied!
Then copy the extension to the /packages directory. Install using
composer require gsp/accessibility4typo3:@dev
Copied!
Include TypoScript
- Switch to the root page of your site.
- Switch to the Template module and select Info/Modify.
- Press the link Edit the whole template record and switch to the tab Advanced Options.
- Select GSP accessibility tool at the field Include TypoScript sets