Skip to content

Commit 47e4159

Browse files
authored
Fix broken blueprint (Automattic#65)
Change `pluginZipFile` to `pluginData` in install step of blueprint, add `WP_DEBUG` for error logs, bump PHP version to 8.1
1 parent e7175d8 commit 47e4159

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

blueprint.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
33
"landingPage": "/wp-admin/admin.php?page=vw-custom-status",
44
"preferredVersions": {
5-
"php": "8.0",
5+
"php": "8.1",
66
"wp": "latest"
77
},
88
"features": {
99
"networking": true
1010
},
1111
"login": true,
1212
"steps": [
13+
{
14+
"step": "defineWpConfigConsts",
15+
"consts": {
16+
"WP_DEBUG": true
17+
}
18+
},
1319
{
1420
"step": "installPlugin",
1521
"pluginData": {

0 commit comments

Comments
 (0)