Created
September 15, 2025 09:11
-
-
Save sirreal/5be8e964f6eeb73861608237edfcdb76 to your computer and use it in GitHub Desktop.
Demo trac 63963
This file contains hidden or 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
| { | |
| "$schema": "https://playground.wordpress.net/blueprint-schema.json", | |
| "landingPage": "/?p=4", | |
| "login": true, | |
| "steps": [ | |
| { | |
| "step": "installTheme", | |
| "themeData": { | |
| "resource": "wordpress.org/themes", | |
| "slug": "twentyfifteen" | |
| }, | |
| "options": { | |
| "activate": true, | |
| "importStarterContent": true | |
| } | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp post create --post_status=publish --post_type=post --post_content='<p>`backtick</p>'" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment