diff --git a/.wp-env.json b/.wp-env.json index cfc9782..d0ee981 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,4 +1,5 @@ { "core": null, - "themes": [ "./sample-wp-block-theme" ] + "themes": [ "./sample-wp-block-theme" ], + "plugins": [ "wp-dummy-content-generator" ] }