-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
It is now possible to specify parameters as part of a prefix, but we can't specify default values and requirements yet. I think it should be possible to have something like:
my_resource:
resource: my_resource.yml
prefix: /{parameter}
defaults:
parameter: value
requirements:
parameter: value|value1|value2
A prefix should be and act as a valid route rather than a simple string.