From 105c068f62fe2c145634b7036b0affad2444b2ed Mon Sep 17 00:00:00 2001 From: augurk Date: Tue, 24 Jan 2023 15:22:58 +0100 Subject: [PATCH] Feat: adds couriers value display --- src/collections/Couriers.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/collections/Couriers.ts b/src/collections/Couriers.ts index 35ec5d1..3f3f137 100644 --- a/src/collections/Couriers.ts +++ b/src/collections/Couriers.ts @@ -2,6 +2,9 @@ import { CollectionConfig } from 'payload/types'; const Couriers: CollectionConfig = { slug: 'couriers', + admin: { + useAsTitle: 'name', + }, access: { read: () => true, },