Skip to content

Commit 3e7ef3d

Browse files
authored
Remove Elementor theme from blueprint (#1508)
## Motivation for the change, related issues We added this theme during testing and it doesn't work great in the puzzle app so we are removing it. ## Implementation details ## Testing Instructions (or ideally a Blueprint)
1 parent f6b2da2 commit 3e7ef3d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/playground/puzzle/src/site-builder/blueprints/elementor.json

-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
22
"landingPage": "/wp-admin/",
33
"steps": [
4-
{
5-
"step": "installTheme",
6-
"themeZipFile": {
7-
"resource": "wordpress.org/themes",
8-
"slug": "hello-elementor"
9-
},
10-
"options": {
11-
"activate": true
12-
}
13-
},
144
{
155
"step": "installPlugin",
166
"pluginZipFile": {

0 commit comments

Comments
 (0)