From 9a0242537822c19b8ea71c2bdb4ed72a73843aa4 Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Thu, 17 Oct 2024 22:29:57 +0200 Subject: [PATCH] Simplify blueprint --- .wordpress-org/blueprints/blueprint.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index b16d3d5b..4816d306 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -1,5 +1,5 @@ { - "landingPage": "/wp-admin/options-general.php?page=MslsAdmin", + "landingPage": "\/wp-admin\/options-general.php?page=MslsAdmin", "preferredVersions": { "php": "8.1", "wp": "latest" @@ -15,6 +15,12 @@ "step": "login", "username": "admin", "password": "password" + }, + { + "step": "defineWpConfigConsts", + "consts": { + "IS_PLAYGROUND_PREVIEW": true + } } ] } \ No newline at end of file