Created
November 11, 2025 20:29
-
-
Save proweb/9efff8676e75592f41e8aeca395427bd to your computer and use it in GitHub Desktop.
BlueprintWP1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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