fix(next): dynamic params for custom collection and global views
This commit is contained in:
@@ -22,8 +22,14 @@ 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`
|
||||
|
||||
Reference in New Issue
Block a user