Skip to content

Commit 5b6388f

Browse files
committed
hero UE fix
1 parent fa11f3f commit 5b6388f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

component-definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,15 @@
216216
"fields": [
217217
{
218218
"name": "image",
219-
"selector": "div:nth-child(1)>div>p>picture>img[src]"
219+
"selector": "div:nth-child(1)>div>picture>img[src]"
220220
},
221221
{
222222
"name": "imageAlt",
223-
"selector": "div:nth-child(1)>div>p>picture>img[alt]"
223+
"selector": "div:nth-child(1)>div>picture>img[alt]"
224224
},
225225
{
226226
"name": "heading",
227-
"selector": "div:nth-child(2)>div>p>h1"
227+
"selector": "div:nth-child(2)>div>h1"
228228
}
229229
]
230230
}

ue/models/blocks/hero.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"rows": 2,
1111
"columns": 1,
1212
"fields": [
13-
{ "name": "image", "selector": "div:nth-child(1)>div>p>picture>img[src]" },
14-
{ "name": "imageAlt", "selector": "div:nth-child(1)>div>p>picture>img[alt]" },
15-
{ "name": "heading", "selector": "div:nth-child(2)>div>p>h1" }
13+
{ "name": "image", "selector": "div:nth-child(1)>div>picture>img[src]" },
14+
{ "name": "imageAlt", "selector": "div:nth-child(1)>div>picture>img[alt]" },
15+
{ "name": "heading", "selector": "div:nth-child(2)>div>h1" }
1616
]
1717
}
1818
}

0 commit comments

Comments
 (0)