From d87f29923da5ebd27505c40409768276db293c5a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 15 Jan 2024 09:30:57 +0000 Subject: [PATCH] Update .wp-env.json --- .wp-env.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] }