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 customViewPath = '/custom-view' export const customViewTitle = 'Custom View' export const customNestedViewPath = `${customViewPath}/nested-view` export const customNestedViewTitle = 'Custom Nested View' export const customViews2Slug = 'custom-views-two' export const customEditLabel = 'Custom Edit Label' export const customTabLabel = 'Custom Tab Label' export const customTabViewPath = '/custom-tab-component' export const customTabViewTitle = 'Custom View With Tab Component' export const customNestedTabViewPath = `${customTabViewPath}/nested-view` export const customNestedTabViewTitle = 'Custom Nested Tab View'