chore: emails e2e suite (#5698)

fix: move 'email' configuration to server only
This commit is contained in:
Paul
2024-04-05 16:50:47 -03:00
committed by GitHub
parent 780f26f135
commit 89e7c305e7
13 changed files with 262 additions and 1 deletions

View 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',
},
],
}