-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Use of database records for handle routes.
This feature will allows an new level of route management.
Example context:
{
url: '/blogs',
context: {
blogPage: true,
resourceName: 'blog',
layoutName: undefined,
name: 'blog.find',
action: 'find',
controller: 'blog',
model: 'blog',
paramIdName: 'blogPostId',
template: 'blog/find',
permission: 'find_blog',
titleHandler: 'i18n',
titleI18n: 'blog.find',
routeQuery: undefined,
// search: { since: [Object] },
breadcrumbHandler: 'find',
// searchParams: [ 'since' ]
}
}