| 1 |
{ |
| 2 |
"$schema": "https://playground.wordpress.net/blueprint-schema.json", |
| 3 |
"_comment1": "Set the Wizard Setup page as landing page with preview environment (which disable distractions)", |
| 4 |
"landingPage": "/wp-admin/admin.php?page=visualizer-setup-wizard&env=preview", |
| 5 |
"_comment2": "Preferred WordPress instance specifications", |
| 6 |
"preferredVersions": { |
| 7 |
"php": "8.0", |
| 8 |
"wp": "latest" |
| 9 |
}, |
| 10 |
"features": { |
| 11 |
"_comment3.1": "Allow networking for internet access", |
| 12 |
"networking": true |
| 13 |
}, |
| 14 |
"steps": [ |
| 15 |
{ |
| 16 |
"_comment4.1": "Login to the WordPress instance", |
| 17 |
"step": "login", |
| 18 |
"username": "admin", |
| 19 |
"password": "password" |
| 20 |
}, |
| 21 |
{ |
| 22 |
"_comment4.2": "Install the Visualizer plugin", |
| 23 |
"step": "installPlugin", |
| 24 |
"pluginZipFile": { |
| 25 |
"resource": "wordpress.org/plugins", |
| 26 |
"slug": "visualizer" |
| 27 |
}, |
| 28 |
"options": { |
| 29 |
"activate": true |
| 30 |
} |
| 31 |
} |
| 32 |
] |
| 33 |
} |
| 34 |
|