sulu / SuluRedirectBundle

Sulu bundle for managing redirects
MIT License
18 stars 19 forks source link

Implemented file-import feature. #3

Closed wachterjohannes closed 7 years ago

wachterjohannes commented 7 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets none
Related issues/PRs none
License MIT

What's in this PR?

This PR adds file-importer which creates redirect-routes. It enables the developer to add custom reader for other file-types then csv, or other converters (array to redirect-route).

TODO