Skip to content

Commit

Permalink
adding modal block
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome committed Mar 25, 2024
1 parent 0d924c0 commit c6ec00b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions client-mu-plugins/goodbids/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"vlucas/phpdotenv": "^5.5",
"wpackagist-plugin/accessibility-checker": "^1.9.3",
"wpackagist-plugin/delete-me": "^3.1",
"wpackagist-plugin/modal-block": "^2.1",
"wpackagist-plugin/svg-support": "^2.5",
"wpackagist-plugin/tidio-live-chat": "*",
"wpackagist-plugin/top-bar": "^3.0",
Expand Down
20 changes: 19 additions & 1 deletion client-mu-plugins/goodbids/composer.lock

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

1 change: 1 addition & 0 deletions client-mu-plugins/goodbids/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"delete-me",
"miniorange-oauth-20-server/mo_oauth_settings.php",
"miniorange-oauth-oidc-single-sign-on/mo_oauth_settings.php",
"modal-block",
"tidio-live-chat/tidio-elements.php",
"top-bar/topbar.php",
"user-switching",
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/installing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Installing Plugins

We are using [Composer](https://getcomposer.org/) and [WPackagist](https://wpackagist.org/) to manage our plugins. To install a new plugin that exists in the WordPress Plugin Repository, run the following command:
We are using [Composer](https://getcomposer.org/) and [WPackagist](https://wpackagist.org/) to manage our plugins. To install a new plugin that exists in the WordPress Plugin Repository, run the following command when in the `client-mu-plugins/goodbids` directory:

```sh
composer require wpackagist-plugin/plugin-name
Expand Down

0 comments on commit c6ec00b

Please sign in to comment.