From 6e4e7b57e0cf724c5a31ce8c87cd7470b960836a Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Tue, 5 Dec 2023 11:23:22 +1100 Subject: [PATCH] chore: update maps fixture --- .../maps/vsba/custom-collection-config.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/examples/nuxt-app/test/fixtures/landingpage/maps/vsba/custom-collection-config.json b/examples/nuxt-app/test/fixtures/landingpage/maps/vsba/custom-collection-config.json index e0f1fb080a..79921dd14a 100644 --- a/examples/nuxt-app/test/fixtures/landingpage/maps/vsba/custom-collection-config.json +++ b/examples/nuxt-app/test/fixtures/landingpage/maps/vsba/custom-collection-config.json @@ -79,6 +79,7 @@ "props": { "id": "category", "label": "Filter by", + "placeholder": "Select school type", "type": "RplFormDropdown", "multiple": true, "options": [] @@ -108,16 +109,12 @@ "props": { "columns": [ { - "label": "Title", - "objectKey": "title" + "label": "School name", + "component": "TideSearchListingTableLink" }, { - "label": "Postcode", - "objectKey": "field_postcode" - }, - { - "label": "Type", - "objectKey": "field_mappintype_value" + "label": "Suburb", + "objectKey": "field_suburb" } ] }