From 9e276d6ff6b9881330a53cf872b5d16193c89d53 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:04:51 +0900 Subject: [PATCH] Add blueprint to activate theme and plugin --- blueprint.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 blueprint.json diff --git a/blueprint.json b/blueprint.json new file mode 100644 index 000000000..f4ad7cfa8 --- /dev/null +++ b/blueprint.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "steps": [ + { + "step": "activateTheme", + "themeFolderName": "wporg-learn-2020" + }, + { + "step": "activatePlugin", + "pluginName": "WordPress.org Learn", + "pluginPath": "wporg-learn/wporg-learn.php" + } + ] +}