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

allow configuration of upload adapter per mime type #18

Closed
luceos opened this issue Nov 7, 2016 · 2 comments
Closed

allow configuration of upload adapter per mime type #18

luceos opened this issue Nov 7, 2016 · 2 comments
Labels

Comments

@luceos
Copy link
Contributor

luceos commented Nov 7, 2016

I'd like to be able to specify the upload adapter that should handle a specific mime type upload. For instance:

  • Images (mime: image/*) should be handled by imgur
  • doc-x etc should be handled by google docs (to be implemented)
  • other files should be stored locally

For this to work the admin page should allow for a flexible input list where we have two columns, the first column allows specification of the mime type and the second holds a dropdown of the available adapters; the same dropdown currently shown.

@luceos luceos added the feature label Nov 7, 2016
@luceos luceos modified the milestones: 0.3.0, 0.3.1 Nov 7, 2016
@luceos
Copy link
Contributor Author

luceos commented Nov 15, 2016

@luceos
Copy link
Contributor Author

luceos commented Jan 5, 2017

Fixed in 0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant