Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--added the option to filter routes by config value #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zaalbarxx
Copy link

This is my propose to add an ability to filter routes by specific key. For now by default all routes are added and then some of them are excluded by laroute => false key. While in many cases it is fine there are situations like mine when I use some routes that are coming from some package and I have no chance to exclude them from routing in the current way. So I came with the idea of filter option in config which allows us to set the key to filter all routes by. So if we set it to 'jsroutes' we will only get the routes that have this key set to true, but we still can set laroute to false and exlude some of them.

@ctf0 ctf0 mentioned this pull request Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant