Skip to content

Commit

Permalink
Use default language filter to get URL property.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Jan 26, 2022
1 parent 7b9a796 commit a4550dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source:
-
name: image
label: 'Image'
selector: 'enclosure[@nrdoctype="image"]/@url'
selector: 'enclosure[@nrdoctype="image" and @lang="EN"]/@url'
-
name: image_title
label: 'Image title'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source:
-
name: image
label: 'Image'
selector: 'enclosure[@nrdoctype="image"]/@url'
selector: 'enclosure[@nrdoctype="image" and @lang="EN"]/@url'
-
name: image_alt
label: 'Image alt text'
Expand Down

0 comments on commit a4550dc

Please sign in to comment.