Add Coming Soon mode to WordPress Playground blueprint

This commit is contained in:
Daniel Dudzic 2025-08-01 15:25:31 +02:00
parent 425e4c5ecc
commit 4a549f6625
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -49,7 +49,15 @@ const generateWordpressPlaygroundBlueprint = (runId, prNumber, artifactName) =>
},
},
// Step 4: Set up admin user login
// Step 4: Enable Coming Soon mode
{
step: 'setSiteOptions',
options: {
woocommerce_coming_soon: 'yes',
},
},
// Step 5: Set up admin user login
{
step: 'login',
username: 'admin',