Skip to content

Commit

Permalink
add values dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar committed Dec 12, 2023
1 parent 4535ff9 commit dd093d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,14 @@ indices:
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")
hubspot:
include:
- '/en/assets/newsletters/**'
target: /sites/default/files/hubspot/query-index.json
properties:
path:
select: head > meta[name="gated-url"]
value: attribute(el, "content")
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")

0 comments on commit dd093d6

Please sign in to comment.