File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments