-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Folder field on filepicker seems broken #1465
Comments
Same here. Filepicker in
Update 1: Update 2: |
@mahagr unfortunately it does not seem to work properly. Is there any debug info I should provide? |
@Lazza The fix has not yet been merged into the master branch. |
@pamtbaau I will try... but why is the commit mentioned in the release notes for 1.8.4 then? 😅 Edit: it works with the developer branch. |
Has this fix been applied to whichever branch is being used when updating the plugin from the admin panel? The 'folder' field is not working for me. I'm using all the latest codebase. |
FYI -- Tested Developer branch as well, and not able to get it to work. Still shows the images directly within the @self page instead of images from any other directory specified in 'folder' .text_image__image: |
This works just fine in Admin 1.9.12 for me. |
Used this page blueprint to test the issue: extends@: default
form:
fields:
tabs:
fields:
image:
type: tab
title: Image
fields:
header.text_image__image:
type: filepicker
label: Image
folder: 'theme@:/images'
preview_images: true
acccept:
- .png
- .jpg
- .gif |
I have updated to 1.8.3 and now the
folder
field in my custom blueprint does not seem to work anymore:In previous versions, it used to list files that are in my theme folder, now it shows files in the page. How can I overcome this problem?
Thank you.
The text was updated successfully, but these errors were encountered: