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" + } + ] +}