Skip to content

Commit

Permalink
Add blueprint to activate theme and plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Mar 20, 2024
1 parent d8a24c8 commit 9e276d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blueprint.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 9e276d6

Please sign in to comment.