chore: emails e2e suite (#5698)
fix: move 'email' configuration to server only
This commit is contained in:
13
test/email/globals/Menu/index.ts
Normal file
13
test/email/globals/Menu/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { GlobalConfig } from 'payload/types'
|
||||
|
||||
export const menuSlug = 'menu'
|
||||
|
||||
export const MenuGlobal: GlobalConfig = {
|
||||
slug: menuSlug,
|
||||
fields: [
|
||||
{
|
||||
name: 'globalText',
|
||||
type: 'text',
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user