User TSconfig 

AQG evaluates a small number of options from User TSconfig. It reads them through BackendUserAuthentication::getTSConfig() , so set them in the TSconfig field of a backend user group or of a backend user record. Page TSconfig is a different configuration scope and is not evaluated for these options.

User TSconfig
options.a11y_quality_gate {
    showToolbarItem = 1
    showScanAll = 1
    showScanNow = 1
    allowImageRemediation = 0
}
Copied!

options.a11y_quality_gate.showToolbarItem

options.a11y_quality_gate.showToolbarItem
Type
boolean
Default
1

Shows the AQG item in the TYPO3 backend toolbar.

options.a11y_quality_gate.showScanAll

options.a11y_quality_gate.showScanAll
Type
boolean
Default
1

Shows the Scan site button in the overview module.

options.a11y_quality_gate.showScanNow

options.a11y_quality_gate.showScanNow
Type
boolean
Default
1

Shows the Scan this page button in page-related and record-related views.

options.a11y_quality_gate.allowImageRemediation

options.a11y_quality_gate.allowImageRemediation
Type
boolean
Default
0

Allows non-administrator backend users to use the image remediation actions (apply reviewed alternative text, mark an image as decorative or informative). Administrators always have the capability.