Skip to content

Instantly share code, notes, and snippets.

@leogopal
Last active January 31, 2025 13:35
Show Gist options
  • Save leogopal/2794b56e70e249f4f69be505c29c6442 to your computer and use it in GitHub Desktop.
Save leogopal/2794b56e70e249f4f69be505c29c6442 to your computer and use it in GitHub Desktop.
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/post-new.php?post_type=page",
"plugins": [
"https://github-proxy.com/proxy/?repo=jonathanbossenger/wp-to-md-exporter"
],
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=jonathanbossenger/wp-to-md-exporter"
}
}
],
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"features": {
"networking": true
},
"phpExtensionBundles": [
"kitchen-sink"
],
"login": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment