Skip to content

Commit

Permalink
Activate all the plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Sep 17, 2024
1 parent 20b1685 commit 93e4fbc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 93e4fbc

Please sign in to comment.