From ed76dcb15306216d65e1a4c1817f40a84b7c9086 Mon Sep 17 00:00:00 2001 From: Cody Reichert Date: Tue, 27 Feb 2024 17:07:37 -0600 Subject: [PATCH] Add blueprint.json file --- src/assets/blueprints/blueprint.json | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/assets/blueprints/blueprint.json diff --git a/src/assets/blueprints/blueprint.json b/src/assets/blueprints/blueprint.json new file mode 100644 index 0000000..3d90a6f --- /dev/null +++ b/src/assets/blueprints/blueprint.json @@ -0,0 +1,49 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "landingPage": "/simplyrets-listings/", + "features": { + "networking": true + }, + "phpExtensionBundles": ["kitchen-sink"], + "preferredVersions": { + "php": "8.2", + "wp": "latest" + }, + "steps": [ + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "setSiteOptions", + "options": { + "permalink_structure": "/%postname%/" + } + }, + { + "step": "installTheme", + "themeZipFile": { + "resource": "wordpress.org/themes", + "slug": "astra" + }, + "options": { + "activate": true + } + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org/plugins", + "slug": "simply-rets" + }, + "options": { + "activate": true + } + }, + { + "step": "runPHP", + "code": " 'SimplyRETS Demo Page', 'post_status' => 'publish', 'post_content' => '[sr_search_form][sr_listings show_map=\"false\"]', 'post_type' => 'page', 'post_name' => 'simplyrets-listings')); ?>" + } + ] +}