From 80ce1fc2666fe8237bbf6f04daef8446450ae669 Mon Sep 17 00:00:00 2001 From: Bero Date: Tue, 18 Nov 2025 12:19:21 +0000 Subject: [PATCH] Add Live Preview Blueprint --- .wordpress-org/blueprints/blueprint.json | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .wordpress-org/blueprints/blueprint.json diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json new file mode 100644 index 000000000..5cbb5cf95 --- /dev/null +++ b/.wordpress-org/blueprints/blueprint.json @@ -0,0 +1,45 @@ +{ + "landingPage": "/wp-admin/admin.php?page=hfe#dashboard", + "steps": [ + { + "step": "installPlugin", + "pluginData": { + "resource": "wordpress.org/plugins", + "slug": "elementor" + }, + "options": { + "activate": true + } + }, + { + "step": "installPlugin", + "pluginData": { + "resource": "wordpress.org/plugins", + "slug": "header-footer-elementor" + }, + "options": { + "activate": true + } + }, + { + "step": "installTheme", + "themeData": { + "resource": "wordpress.org/themes", + "slug": "hello-biz" + }, + "options": { + "activate": true + }, + "progress": { + "caption": "Installing theme: hello-biz" + } + }, + { + "step": "setSiteOptions", + "options": { + "elementor_onboarded": "true", + "hfe_onboarding_triggered": "yes" + } + } + ] +} \ No newline at end of file