Last active
October 23, 2024 08:30
-
-
Save ockham/56022175140cb2a340c475a6bf0d711d to your computer and use it in GitHub Desktop.
html-api-debugger-with-latest-wp-rc.json
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": "/wp-admin/admin.php?page=html-api-debugger&html=<h1>Hello world!</h1>", | |
"preferredVersions": { | |
"php": "8.0", | |
"wp": "beta" | |
}, | |
"steps": [ | |
{ | |
"step": "login", | |
"username": "admin" | |
} | |
], | |
"plugins": ["html-api-debugger"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment