Last active
October 30, 2024 15:54
-
-
Save danmaby/f5cd5b59e7dfbce1a5f7292f4c8fa542 to your computer and use it in GitHub Desktop.
Test WordPress Playground Blueprint
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
{ | |
"login": true, | |
"landingPage": "/wp-admin/", | |
"preferredVersions": { | |
"php": "8.3", | |
"wp": "beta" | |
}, | |
"features": { | |
"networking": true | |
}, | |
"siteOptions": { | |
"blogname": "#WPLDN" | |
}, | |
"plugins": ["create-block-theme"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment