add sales point / exhibition place to retailers (#7)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ac387d41ad
commit
ac9b63a33a
@ -24,6 +24,11 @@ const Retailers: CollectionConfig = {
|
||||
type: 'relationship', // required
|
||||
relationTo: 'products', // required
|
||||
hasMany: true,
|
||||
},
|
||||
{
|
||||
name: 'salesPoint',
|
||||
type: 'text',
|
||||
label: 'Where do you plan to sell/exhibit products?'
|
||||
}
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user