From 57deba1341ecc1c208379e5a3048e7d1690e37e8 Mon Sep 17 00:00:00 2001 From: Torsten Landsiedel Date: Sun, 10 Mar 2024 16:00:09 +0100 Subject: [PATCH] Create blueprint.json --- .wordpress-org/blueprint/blueprint.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .wordpress-org/blueprint/blueprint.json diff --git a/.wordpress-org/blueprint/blueprint.json b/.wordpress-org/blueprint/blueprint.json new file mode 100644 index 00000000..89c3664c --- /dev/null +++ b/.wordpress-org/blueprint/blueprint.json @@ -0,0 +1,16 @@ +{ + "landingPage": "\/wp-admin\/options-general.php?page=antispam_bee", + "steps": [ + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "defineWpConfigConsts", + "consts": { + "IS_PLAYGROUND_PREVIEW": true + } + } + ] +}