Skip to content

Commit

Permalink
feat: disable axe feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Aug 7, 2024
1 parent a316cdf commit a7bda71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'][Configuration::EXT_KEY]['frontendEditing']['enable'] = false;

// Axe Accessibility
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'][Configuration::EXT_KEY]['axeAccessibility']['enable'] = true;
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'][Configuration::EXT_KEY]['axeAccessibility']['enable'] = false;
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'][Configuration::EXT_KEY]['axeAccessibility']['enableForContexts'] = [
'Testing/Stage',
'Testing',
Expand Down

0 comments on commit a7bda71

Please sign in to comment.