mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 19:44:12 +00:00
Merge branch 'develop'
This commit is contained in:
commit
9b47336a66
1 changed files with 13 additions and 13 deletions
|
|
@ -97,11 +97,11 @@ export default buildConfig({
|
|||
serverURL: process.env.PAYLOAD_PUBLIC_SERVER_URL || 'https://pl.porwoll.tech',
|
||||
admin: {
|
||||
user: Users.slug,
|
||||
components: {
|
||||
// Tenant-Kontext in der Admin-Header-Leiste anzeigen
|
||||
afterNavLinks: ['@/components/admin/TenantBreadcrumb#TenantBreadcrumb'],
|
||||
// Custom Views disabled due to bug - see https://github.com/payloadcms/payload/issues/XXXX
|
||||
// TypeError: Missing parameter name at 5 (path-to-regexp error)
|
||||
// All custom components disabled due to path-to-regexp bug
|
||||
// See BUG_REPORT_CUSTOM_VIEWS.md for details
|
||||
// TypeError: Missing parameter name at 5
|
||||
// components: {
|
||||
// afterNavLinks: ['@/components/admin/TenantBreadcrumb#TenantBreadcrumb'],
|
||||
// views: {
|
||||
// TenantDashboard: {
|
||||
// Component: '@/components/admin/TenantDashboardView#TenantDashboardView',
|
||||
|
|
@ -109,7 +109,7 @@ export default buildConfig({
|
|||
// },
|
||||
// },
|
||||
// beforeNavLinks: ['@/components/admin/DashboardNavLink#DashboardNavLink'],
|
||||
},
|
||||
// },
|
||||
},
|
||||
// Multi-Tenant Email Adapter
|
||||
email: multiTenantEmailAdapter,
|
||||
|
|
|
|||
Loading…
Reference in a new issue