@websolutespa/payload-plugin-bowl
Version:
Bowl PayloadCms plugin of the BOM Repository
32 lines (31 loc) • 1.24 kB
JavaScript
// Main config export
export * from './payload.config';
// Blocks exports
export * from './blocks/blocks';
// Collections exports
export * from './collections/ActionCollection';
export * from './collections/AdminCollection';
export * from './collections/BlockCollection';
export * from './collections/Collection';
export * from './collections/FieldCollection';
export * from './collections/GlobalCollection';
export * from './collections/LinkCollection';
export * from './collections/MenuCollection';
export * from './collections/PageCollection';
export * from './collections/RoleCollection';
export * from './collections/RoleFieldCollection';
export * from './collections/StaticCollection';
export * from './collections/StorePageCollection';
export * from './collections/TenantCollection';
export * from './collections/TranslationCollection';
export * from './collections/TypeACollection';
export * from './collections/TypeBCollection';
// Actions exports
export * from './collections/actions/NewsletterAction';
export * from './collections/actions/RegisterAction';
// Users exports
export * from './collections/users/EndUsers';
export * from './collections/users/Users';
// Utils
export * from './utils';
//# sourceMappingURL=index.js.map