From 0f4aa9b45ccce1ca6b3bba24cd043df8377c31b7 Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Tue, 12 Mar 2024 15:13:37 +0100 Subject: [PATCH] Update helix-query.yaml --- helix-query.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/helix-query.yaml b/helix-query.yaml index d96f886..dc9124c 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -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")