Skip to content

Commit 29e2d54

Browse files
release: fixes
### Fixes - Fixed blueprint schema for Live Preview
2 parents 7991eac + f55da40 commit 29e2d54

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.wordpress-org/blueprints/blueprint.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3-
"_comment1": "Set the Wizard Setup page as landing page with preview environment (which disable distractions)",
43
"landingPage": "/wp-admin/admin.php?page=visualizer-setup-wizard&env=preview",
5-
"_comment2": "Preferred WordPress instance specifications",
64
"preferredVersions": {
75
"php": "8.0",
86
"wp": "latest"
97
},
108
"features": {
11-
"_comment3.1": "Allow networking for internet access",
129
"networking": true
1310
},
1411
"steps": [
1512
{
16-
"_comment4.1": "Login to the WordPress instance",
1713
"step": "login",
1814
"username": "admin",
1915
"password": "password"
2016
},
2117
{
22-
"_comment4.2": "Install the Visualizer plugin",
2318
"step": "installPlugin",
2419
"pluginZipFile": {
2520
"resource": "wordpress.org/plugins",

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,3 +433,6 @@ Examples:
433433
- https://github.com/johnbillion/user-switching/blob/d26e982fc1389fff24e6d6572e238066e2b056d2/.wordpress-org/blueprints/blueprint.json
434434
- https://github.com/10up/ads-txt/blob/ef95e10f5a9973aaf4cad773e8e78aafd03af059/.wordpress-org/blueprints/blueprint.json
435435
- https://github.com/janw-me/default-featured-image/blob/de4d226216105f3d8c573dfbf28bbba89330286e/.wordpress-org/blueprints/blueprint.json
436+
437+
> [!NOTE]
438+
> Make sure to respect the [schema](https://github.com/WordPress/wordpress-playground/blob/trunk/packages/playground/blueprints/public/blueprint-schema.json). You can validate your blueprint using a schema validator: [online](https://www.jsonschemavalidator.net/), [CLI](https://ajv.js.org/packages/ajv-cli.html)

0 commit comments

Comments
 (0)