Skip to content

Commit

Permalink
⚡️ wordpress playground
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli committed Nov 15, 2024
1 parent 4eadfdd commit 05b7145
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 0 deletions.
30 changes: 30 additions & 0 deletions public/wpkirk-boilerplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"landingPage": "/wp-admin/admin.php?page=wp_kirk_slug_menu",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://www.wpbones.com/wpkirk-boilerplate.zip"
},
"options": {
"activate": true
}
}
]
}
30 changes: 30 additions & 0 deletions public/wpkirk-cron-boilerplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"landingPage": "/wp-admin/admin.php?page=wp_kirk_slug_menu",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://www.wpbones.com/wpkirk-cron-boilerplate.zip"
},
"options": {
"activate": true
}
}
]
}
30 changes: 30 additions & 0 deletions public/wpkirk-hooks-boilerplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"landingPage": "/wp-admin/admin.php?page=wp_kirk_slug_menu",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://www.wpbones.com/wpkirk-hooks-boilerplate.zip"
},
"options": {
"activate": true
}
}
]
}
30 changes: 30 additions & 0 deletions public/wpkirk-routes-boilerplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"landingPage": "/wp-admin/admin.php?page=wp_kirk_slug_menu",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://www.wpbones.com/wpkirk-boilerplate.zip"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit 05b7145

Please sign in to comment.