Skip to content

Commit

Permalink
Commit blueprint, but it doesn't seem to work just yet as far as runn…
Browse files Browse the repository at this point in the history
…ing the import
  • Loading branch information
helgatheviking committed Mar 29, 2024
1 parent 33536b5 commit 15a93f2
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/edit.php?post_type=page",
"preferredVersions": {
"php": "8.1",
"wp": "6.4"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "simple-local-avatars"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "simple-user-listing"
},
"options": {
"activate": true
}
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "wordpress.org\/themes",
"slug": "twentytwentyfour"
}
},
{
"step": "importFile",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/helgatheviking/Simple-User-Listing/trunk/demo-content/demo-content.xml"
}
}
]
}

0 comments on commit 15a93f2

Please sign in to comment.