@websolutespa/payload-plugin-bowl
Version:
Bowl PayloadCms plugin of the BOM Repository
24 lines (23 loc) • 632 B
JavaScript
/**
* EndUsers
* ATTENTION!
* to all required fields will be assigned a default value when created as role 'guest'
*/ export const EndUsers = (options)=>({
type: 'withEndUser',
slug: options.slug.endUsers,
fields: [
{
name: 'firstName',
label: 'First Name',
type: 'withText',
required: true
},
{
name: 'lastName',
label: 'Last Name',
type: 'withText',
required: true
}
]
});
//# sourceMappingURL=EndUsers.js.map