Skip to content

Commit

Permalink
Auto install (but don't activate) block-visibility during site setup
Browse files Browse the repository at this point in the history
  • Loading branch information
edjeavons committed Apr 10, 2024
1 parent bc38a48 commit cf47942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Commands/CreateSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ private function install_plugins() {
'activate' => true,
'dev' => false,
],
'wpackagist-plugin/block-visibility' => [
'activate' => false,
'dev' => false,
],
'wpackagist-plugin/duracelltomi-google-tag-manager' => [
'activate' => false,
'dev' => false,
Expand Down

0 comments on commit cf47942

Please sign in to comment.