-
-
Notifications
You must be signed in to change notification settings - Fork 73
-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Enhancement: Media Library showing content folders. #270
Comments
Further enhancement for page bundles is required. Think it will be best to check based on the content types that support page bundles. If there is no content type that uses it, the media dashboard should only show the files from the public folder setting. This issue is related to #282 |
Changes that will be implemented: Opening media dashboard
On insert image from your content
|
This is now available in the latest beta. |
@zivbk1 is the latest beta working out for you? |
I am going to do some testing today. I've been more on the backend code
side of some projects lately and wrapped a lot of that up.
Thank you for the ping, I am especially excited to try the new Snippets
feature too!
…On Thu, Mar 17, 2022 at 2:31 AM Elio Struyf ***@***.***> wrote:
@zivbk1 <https://github.com/zivbk1> is the latest beta working out for
you?
—
Reply to this email directly, view it on GitHub
<#270 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABO6UD22UDN6W5LBXOYJYDLVAL3YXANCNFSM5PI6IDJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Working with it today and a couple of minor things have come up, but I think that this specific issue is resolved. |
Feel free to open another issue(s) for the minor thing that came up. |
It seems like there is a feature to show 'content' folders that have images in them.
This has been confusing my editors as they are dropping images in the content folder instead of into
static/uploads
where media should go for this project."frontMatter.content.publicFolder": "static/uploads"
Is there a way to strictly limit the folders that the 'Media' tab can show and at the same time get the paths correct to those assets when inserting them into frontmatter, image snippets, etc.?
If I had a preference, I would only let the 'Media' tab in the Dashboard show the editors the contents of the
static/uploads
folder and not allow them to navigate back up the file tree from there. If they want to make subfolders inuploads
and put stuff in there I am okay with that, but anything outside of static is not working well and leading to frustration and extra support.The text was updated successfully, but these errors were encountered: