Skip to content

Commit

Permalink
Merge pull request #156 from techdivision/content-report-index
Browse files Browse the repository at this point in the history
added first version of content-report index
  • Loading branch information
berwa authored Sep 27, 2024
2 parents 56f57ff + 10e3917 commit 216da5f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,26 @@ indices:
select: none
value: |
parseTimestamp(headers['last-modified'], 'ddd, DD MMM YYYY hh:mm:ss GMT')
# content-report: only for support of content-administration
content-report:
target: /content-report.xlsx
properties:
h1:
select: h1
value: |
attribute(el, 'content')
meta-title:
select: head > meta[property="og:title"]
value: |
attribute(el, 'content')
meta-description:
select: head > meta[name="description"]
value: |
attribute(el, 'content')
exclude:
- /brand-nav
- /nav
- /footer
- /contacts/**
- /drafts/**
- /tools/**

0 comments on commit 216da5f

Please sign in to comment.