UNPKG

@websolutespa/payload-plugin-bowl

Version:

Bowl PayloadCms plugin of the BOM Repository

20 lines (19 loc) 435 B
import { options } from '@websolutespa/payload-plugin-bowl'; const { slug, roles } = options; export const Users = { type: 'withUser', slug: slug.users, fields: [ { type: 'withRoles' }, { type: 'withTenants', relationTo: [ 'type_a_collection', 'type_b_collection' ] } ] }; //# sourceMappingURL=Users.js.map