export const slugSingularLabel = 'Post' export const slugPluralLabel = 'Posts' export const customViewPath = '/custom-view' export const customViewTitle = 'Custom View' export const customNestedViewPath = `${customViewPath}/nested-view` export const customNestedViewTitle = 'Custom Nested View' 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'