Skip to content

Instantly share code, notes, and snippets.

@bgrgicak
Created November 19, 2025 10:14
Show Gist options
  • Select an option

  • Save bgrgicak/2887b3c1548027b26b61fa216739950c to your computer and use it in GitHub Desktop.

Select an option

Save bgrgicak/2887b3c1548027b26b61fa216739950c to your computer and use it in GitHub Desktop.
elementskit-lite-blueprint.json
{
"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