-
Notifications
You must be signed in to change notification settings - Fork 57
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
CustomListFieldType.picture #23
Comments
Up for this issue! Same problem here |
same problem.. |
I too have noticed this problem. I have isolated it down to the allowed file extensions and after hacking some of the javascript in node_modules I fixed it on my project. If you are using the picture or document selector by itself you can control the allowed file extensions but if used in a custom list you can't and "folder" is the only extension that is making into the file picker. I'm trying to figure out why this is happening and i'll be preparing a pull request to fix. |
If i use a CustomListFieldType.picture type in a custom list i cant browse for an image i can see the folders but no images show up also i get no upload option. Is this a bug or am i missing somthing?
The text was updated successfully, but these errors were encountered: