-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WordPress PR Previewer: Simplify the Blueprint (#1429)
Replaces a series of custom steps meant to unzip and configure WordPress with passing the build zip as a preferredVersion. Here's what the updated Blueprint looks like: ```js { $schema: 'https://playground.wordpress.net/blueprint-schema.json', landingPage: urlParams.get('url') || '/wp-admin', login: true, preferredVersions: { php: "7.4", wp: zipArtifactUrl } }; ``` ## Testing instructions * Go to the WordPress PR previewer locally at http://localhost:5400/website-server/wordpress.html * Try previewing one of the recent PRs. Confirm the installed WordPress versions is indeed not the latest stable.
- Loading branch information
Showing
1 changed file
with
7 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters