Revent post <-> category relation to 'title' field

This commit is contained in:
Eric Jinks 2018-03-28 11:06:19 +10:00
parent 9a023e6a45
commit b0b47d3b52

View file

@ -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}