Skip to content

Commit

Permalink
[#126] Adding the plugin accessibility-checker to our default build (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget authored Jul 29, 2024
1 parent e4f89b3 commit ab0b3b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/composer-scripts/ProjectEvents/PostInstallScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class PostInstallScript extends ComposerScript {
* @var array
*/
private static array $activatePlugins = [
'accessibility-checker' => 'Accessibility Checker',
'acf-blocks-toolkit' => [
'name' => 'ACF Blocks Toolkit',
'dependencies' => [
Expand Down
1 change: 1 addition & 0 deletions wp-content/themes/wp-starter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"idleberg/wordpress-vite-assets": "^1.0",
"squizlabs/php_codesniffer": "^3.9",
"timber/timber": "^2.1",
"wpackagist-plugin/accessibility-checker": "^1.15",
"wpackagist-plugin/seo-by-rank-math": "^1.0",
"wpackagist-plugin/svg-support": "^2.5",
"wpackagist-plugin/wordfence": "^7.11"
Expand Down
20 changes: 19 additions & 1 deletion wp-content/themes/wp-starter/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab0b3b4

Please sign in to comment.