Files
payload/test/admin/shared.ts
2023-10-05 15:15:02 -04:00

8 lines
150 B
TypeScript

export const postsSlug = 'posts'
export const slugSingularLabel = 'Post'
export const slugPluralLabel = 'Posts'
export const globalSlug = 'global'