Created
November 19, 2025 10:14
-
-
Save bgrgicak/2887b3c1548027b26b61fa216739950c to your computer and use it in GitHub Desktop.
elementskit-lite-blueprint.json
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/admin.php?page=elementskit&ekit-onboard-steps=loaded", | |
| "steps": [ | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "elementor" | |
| }, | |
| "options": { | |
| "activate": true | |
| } | |
| }, | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "elementskit-lite" | |
| }, | |
| "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" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment