* chore: enables upload tests on CI * fix: adds relationTo information to field map * chore: updates e2e tests (WIP) * chore: move back to probe-image-size, tiff files do not support buffers * chore: basic runtime err fixes * chore: remove admin thumbnail when creating client config * test: small upload fixes --------- Co-authored-by: Elliot DeNolf <denolfe@gmail.com> Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
37 lines
1.1 KiB
TypeScript
37 lines
1.1 KiB
TypeScript
export const slugSingularLabel = 'Post'
|
|
|
|
export const slugPluralLabel = 'Posts'
|
|
|
|
export const customViewPath = '/custom-view'
|
|
|
|
export const customParamViewPathBase = '/custom-param'
|
|
|
|
export const customParamViewPath = `${customParamViewPathBase}/:id`
|
|
|
|
export const customViewTitle = 'Custom View'
|
|
|
|
export const customParamViewTitle = 'Custom Param 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 customTabLabelViewTitle = 'Custom Tab Label View'
|
|
|
|
export const customTabViewComponentTitle = 'Custom View With Tab Component'
|
|
|
|
export const customNestedTabViewPath = `${customTabViewPath}/nested-view`
|
|
|
|
export const customNestedTabViewTitle = 'Custom Nested Tab View'
|
|
|
|
export const customCollectionParamViewPathBase = '/custom-param'
|
|
|
|
export const customCollectionParamViewPath = `${customCollectionParamViewPathBase}/:slug`
|