Revent post <-> category relation to 'title' field
This commit is contained in:
parent
9a023e6a45
commit
b0b47d3b52
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue