Skip to content

Commit

Permalink
Add blueprint.json for live previewing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Sep 6, 2024
1 parent 3549519 commit 646bec0
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 0 deletions.
File renamed without changes
Binary file added assets/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/admin.php?page=snippets",
"preferredVersions": {
"php": "8.2",
"wp": "6.6.1"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}
88 changes: 88 additions & 0 deletions assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 646bec0

Please sign in to comment.