Skip to content

Instantly share code, notes, and snippets.

@proweb
Created November 11, 2025 20:29
Show Gist options
  • Select an option

  • Save proweb/9efff8676e75592f41e8aeca395427bd to your computer and use it in GitHub Desktop.

Select an option

Save proweb/9efff8676e75592f41e8aeca395427bd to your computer and use it in GitHub Desktop.
BlueprintWP1
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/edit.php",
"features": {
"networking": true
},
"preferredVersions": {
"php": "latest",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"siteOptions": {
"blogname": "Malun KFU"
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "clean-image-filenames"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "create-block-theme"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "cookies-and-content-security-policy"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "cyr2lat"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "login-me-now"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "turn-comments-off"
},
"options": {
"activate": true
}
},
{
"step": "installTheme",
"themeData": {
"resource": "wordpress.org/themes",
"slug": "wp-cooper"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment