diff --git a/.wordpress-org/blueprint.json b/.wordpress-org/blueprint.json new file mode 100644 index 00000000..648a9ab5 --- /dev/null +++ b/.wordpress-org/blueprint.json @@ -0,0 +1,40 @@ +{ + "landingPage": "\/wp-admin\/admin.php?page=pods&pods_wasm_demo=1", + "preferredVersions": { + "php": "8.0", + "wp": "latest" + }, + "phpExtensionBundles": [ + "kitchen-sink" + ], + "features": { + "networking": true + }, + "steps": [ + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org\/plugins", + "slug": "pods" + }, + "options": { + "activate": true + } + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org\/plugins", + "slug": "pods-alternative-cache" + }, + "options": { + "activate": true + } + }, + { + "step": "login", + "username": "admin", + "password": "password" + } + ] +} \ No newline at end of file