From dc878b29ee95bc9f1c04c263543b0420f0e0fbc6 Mon Sep 17 00:00:00 2001 From: Ihor Masechko Date: Mon, 5 Jan 2026 21:03:03 +0200 Subject: [PATCH] fix(case-studies): map _caseStudy field to first title --- website/modules/testimonials/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/modules/testimonials/index.js b/website/modules/testimonials/index.js index afb038be..b9ecae24 100644 --- a/website/modules/testimonials/index.js +++ b/website/modules/testimonials/index.js @@ -106,6 +106,10 @@ module.exports = { label: 'Organization', name: 'organization', }, + _caseStudy: { + label: 'Related Case Study', + name: '_caseStudy.0.title', + }, }, }, filters: {