#Setting Specific Values for Relationship Dropdowns

4 messages · Page 1 of 1 (latest)

magic sableBOT
#

Is it possible to set relationship dropdown value to something specific? I seem to get ID by default

wind fable
#

like this, use on collection:

{
  slug: 'category',
  admin: {
    useAsTitle: 'title', // <- should be same as name of field 
  }
}