Last active
September 24, 2024 19:03
-
-
Save annezazu/47f3c9868e8e5e9fd1c3c39565fc9b26 to your computer and use it in GitHub Desktop.
playground with block theme, 10 posts, and 3 pages
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
| { | |
| "landingPage": "/wp-admin/site-editor.php", | |
| "preferredVersions": { | |
| "php": "7.4", | |
| "wp": "6.6.2" | |
| }, | |
| "phpExtensionBundles": [ | |
| "kitchen-sink" | |
| ], | |
| "features": { | |
| "networking": true | |
| }, | |
| "steps": [ | |
| { | |
| "step": "importWordPressFiles", | |
| "wordPressFilesZip": { | |
| "resource": "url", | |
| "url": "https://block-museum.com/wp-content/uploads/2024/09/playground-setup.zip" | |
| } | |
| }, | |
| { | |
| "step": "login", | |
| "username": "admin", | |
| "password": "password" | |
| }, | |
| { | |
| "step": "installPlugin", | |
| "pluginZipFile": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "gutenberg" | |
| }, | |
| "options": { | |
| "activate": true | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment