Skip to content

Commit

Permalink
Update helix-query.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller authored Mar 12, 2024
1 parent 224cdaa commit 0f4aa9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ indices:
hull-finishes-images:
select: head > meta[name^="hull-finish-image-"]
values: attribute(el, "content")
first-feature-headline:
feature-headlines:
select: h3
value: textContent(el)
first-feature-image:
values: textContent(el)
feature-images:
select: h3 + p picture source
value: attribute(el, "srcset")
first-feature-description:
values: attribute(el, "srcset")
feature-descriptions:
select: h3 + p + p
value: textContent(el)
values: textContent(el)
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")

0 comments on commit 0f4aa9b

Please sign in to comment.