24 lines
607 B
TypeScript
24 lines
607 B
TypeScript
export const postsSlug = 'posts'
|
|
|
|
export const group1Collection1Slug = 'group-one-collection-ones'
|
|
|
|
export const group1Collection2Slug = 'group-one-collection-twos'
|
|
|
|
export const slugSingularLabel = 'Post'
|
|
|
|
export const slugPluralLabel = 'Posts'
|
|
|
|
export const globalSlug = 'global'
|
|
|
|
export const group1GlobalSlug = 'group-globals-one'
|
|
|
|
export const noApiViewCollection = 'collection-no-api-view'
|
|
|
|
export const noApiViewGlobal = 'global-no-api-view'
|
|
|
|
export const customViews2Slug = 'custom-views-two'
|
|
|
|
export const customEditLabel = 'Custom Edit Label'
|
|
|
|
export const customTabLabel = 'Custom Tab Component'
|