Files
payload/test/admin-root/globals/Menu/index.ts
2024-07-23 13:44:44 -04:00

14 lines
215 B
TypeScript

import type { GlobalConfig } from 'payload'
export const menuSlug = 'menu'
export const MenuGlobal: GlobalConfig = {
slug: menuSlug,
fields: [
{
name: 'globalText',
type: 'text',
},
],
}