FirewallBundle icon indicating copy to clipboard operation
FirewallBundle copied to clipboard

Path array in patters

Open josecelano opened this issue 11 years ago • 0 comments

It would be great to do this:

    patterns: 
        frontend:
            config: frontend
            path: /
        backend:
            config: backend
            path: 
                - /admin
                - /superadmin
                ...

instead of this:

    patterns: 
        frontend:
            config: frontend
            path: /
        backend_admin:
            config: backend
            path: /admin
        backend_superadmin:
            config: backend
            path: /superadmin

Great bundle!!! Thanks.

josecelano avatar Nov 14 '14 17:11 josecelano