Skip to content

Dynamic routes and route context #169

Description

@albertosouza

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' ]
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions