From b0b47d3b528f58bd884dc285ee2820832e0daf1a Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Wed, 28 Mar 2018 11:06:19 +1000 Subject: [PATCH] Revent post <-> category relation to 'title' field --- public/admin/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/admin/config.yml b/public/admin/config.yml index 51e6bd0..2ad8575 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -83,7 +83,7 @@ collections: # A list of collections the CMS should be able to edit widget: "relation" collection: "postCategories" searchFields: ["title"] - valueField: "name" + valueField: "title" - {label: Date / Order, name: date, widget: date} - {label: Post Featured Image, name: postFeaturedImage, widget: image, required: false} - {label: Excerpt, name: excerpt, widget: text}