-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Directory navigation in the media library #3240
Comments
We're building a content portal for a client, where different publishing partners would add articles to their own collections. Each publisher should only be able to see their own content, but our client should be able to see everything. To accomplish this, we're going the route of creating multiple CMS instances, each configured to access only a subset of the content files - seems to work like a charm... except when it comes to the media library. If I set the @erquhart - Sounds like this would be totally possible based on your description above. Is this likely to drop anytime soon? I could potentially get one of my developers to help out if you have a clear solution in mind? |
Hi @andy-mcdonald, we try to work our way through the most up voted issues first, but of course open to any contribution. Currently we list media files based on the media folder up to a depth of 1, but that can be changed (example for GitHub) here: Media library components can be found here: Another option it to incorporate it into the general UX overall here |
@erezrokah - Thanks for the update, we'll look into this alongside some of the other contributions we'd like to make. |
@andy-mcdonald, if you do start actively working on something, please let us know so we can assign it to you so people know it is taken :) |
@andy-mcdonald woot!! 🎉 |
Such a cool feature :) Any update on this? |
This feature seems like a very important addition. Is anyone actively working on this? Any view on timescale? Thanks. |
Hi @neilmorton, Netlify CMS is a community driven project, this is not on the radar at the moment but we would love a contribution for it. |
Hi @erezrokah, thanks for the heads up. I'd be interested if @andy-mcdonald did anything with this. |
I think this is a must have feature for netlify cms, since in most big projects, images are organized in subfolders. I know this can take some time to implement. But is it possible to prioritize this? |
hit the same need. Hopefully we can see this feature soon~! |
@franva and @surjithctly if you haven’t already, make sure to up vote the original post, as they tend to work on the most up voted issues first. 👍 |
sure @neilmorton what's the original post? so do you mean that we already have this feature implemented? I'd love to see it~! |
@franva I guess he meant the first comment of this issue where people did thumbs up 👍 |
@franva, as @surjithctly has mentioned, add a thumbs up 👍 to the first comment on this issue here if you haven't already done so. The feature hasn't been implemented, but issues with more thumbs up 👍 tend to get chosen for action. Thanks @surjithctly |
thanks @surjithctly and @neilmorton I have thumb-upped this issue 👍 |
@erquhart having had a cursory look at the code, I would like to make an attempt at this, unless someone else is currently working on it? |
Hi @andrew-paterson, we would love a contribution for this. Please know that this will require a fair amount of work. Regardless I recommend looking at #2557 as I think it would be best to include this issue as a part of that effort. |
I have created #4670 as a very small first step. I'd like to clarify a few things, which I have listed in the PR before continuing. |
It's been a while since there's been any activity on this. Are you guys still planning to add filesystem navigation in the media library? It'd really help nested collections reuse assets for subpages 😊 |
I would love this! |
It wouldn't address the arbitrary or nested subfolders use case, but has anyone considered changing the main media tab to bring up the same collections menu as Contents, when multiple media folders are configured against the content collections? The media lightbox could then popup with the relevant directory view only after a content type was selected from the left menu. It feels like most of the code to achieve this should already exist, given the content editors do this under the hood today. (A virtual content type would probably have to be added to the top of the menu representing the default global media location.) |
Alternatively, a global config option to optionally have the Media tab lightbox use the media folder for the currently selected content type. |
Issue linked with: #2113 |
I want this too! Does it exist yet? Isn't that something everybody needs? TinaCMS has it! |
Is your feature request related to a problem? Please describe.
This feature would be extremely useful in general, but is a requirement for the following common use case:
Describe the solution you'd like
For sites of any complexity, Eg., large existing open source docs sites, which Open Authoring was created for, navigating directories in the media library is a necessity.
From #1046 (comment):
Requirements
Proposed approach
Describe alternatives you've considered
No support.
Additional context
Replaces #1046.
The text was updated successfully, but these errors were encountered: