From 6700b82f86934518b2f6862ecb2603f1fb0ae8f6 Mon Sep 17 00:00:00 2001 From: Richard McCarthy Date: Mon, 7 Oct 2024 22:11:45 +0100 Subject: [PATCH] update hub and spoke --- src/patterns/hub-and-spoke/example-hub-complete.njk | 12 ++++++------ src/patterns/hub-and-spoke/example-hub.njk | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/patterns/hub-and-spoke/example-hub-complete.njk b/src/patterns/hub-and-spoke/example-hub-complete.njk index 630570b536..5239045275 100644 --- a/src/patterns/hub-and-spoke/example-hub-complete.njk +++ b/src/patterns/hub-and-spoke/example-hub-complete.njk @@ -40,7 +40,7 @@ layout: ~ "rows": [ { "title": "People who live here", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -60,7 +60,7 @@ layout: ~ }, { "title": "Household accommodation", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -80,7 +80,7 @@ layout: ~ }, { "title": "Mary Smith", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -100,7 +100,7 @@ layout: ~ }, { "title": "John Smith", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -120,7 +120,7 @@ layout: ~ }, { "title": "Billy Smith", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -140,7 +140,7 @@ layout: ~ }, { "title": "Mary Susannah Smith (Visitor)", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ diff --git a/src/patterns/hub-and-spoke/example-hub.njk b/src/patterns/hub-and-spoke/example-hub.njk index edb8613f05..83fe54d15b 100644 --- a/src/patterns/hub-and-spoke/example-hub.njk +++ b/src/patterns/hub-and-spoke/example-hub.njk @@ -31,7 +31,7 @@ layout: ~ "rows": [ { "title": "People who live here", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -51,7 +51,7 @@ layout: ~ }, { "title": "Household accommodation", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -71,7 +71,7 @@ layout: ~ }, { "title": "Mary Smith", - "items": [ + "itemsList": [ { "iconType": "check", "valueList": [ @@ -91,7 +91,7 @@ layout: ~ }, { "title": "John Smith", - "items": [ + "itemsList": [ { "valueList": [ { @@ -110,7 +110,7 @@ layout: ~ }, { "title": "Billy Smith", - "items": [ + "itemsList": [ { "valueList": [ { @@ -129,7 +129,7 @@ layout: ~ }, { "title": "Mary Susannah Smith (Visitor)", - "items": [ + "itemsList": [ { "valueList": [ {