From 93e4fbc5d214c8d2024d8d96a2b25af6f5f4a562 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:45:50 +0900 Subject: [PATCH] Activate all the plugins --- blueprint.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/blueprint.json b/blueprint.json index 590ee8ddd..bd1c0f935 100644 --- a/blueprint.json +++ b/blueprint.json @@ -9,6 +9,46 @@ "step": "activatePlugin", "pluginName": "WordPress.org Learn", "pluginPath": "wporg-learn/wporg-learn.php" + }, + { + "step": "activatePlugin", + "pluginName": "Gutenberg", + "pluginPath": "gutenberg/gutenberg.php" + }, + { + "step": "activatePlugin", + "pluginName": "Sensei LMS", + "pluginPath": "sensei-lms/sensei-lms.php" + }, + { + "step": "activatePlugin", + "pluginName": "Sensei Pro", + "pluginPath": "sensei-pro/sensei-pro.php" + }, + { + "step": "activatePlugin", + "pluginName": "Jetpack", + "pluginPath": "jetpack/jetpack.php" + }, + { + "step": "activatePlugin", + "pluginName": "Edit Flow", + "pluginPath": "edit-flow/edit_flow.php" + }, + { + "step": "activatePlugin", + "pluginName": "Code Syntax Block", + "pluginPath": "code-syntax-block/index.php" + }, + { + "step": "activatePlugin", + "pluginName": "Locale Detection", + "pluginPath": "locale-detection/locale-detection.php" + }, + { + "step": "activatePlugin", + "pluginName": "WordPress Importer", + "pluginPath": "wordpress-importer/wordpress-importer.php" } ] }