-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improvements for the static/image field types #99
Comments
There is a |
I've confirmed this works. I have some additional feedback. I can break this out into separate issues if that is easier. Static DirIn a new project, attempting to use Image OverwritesIf the user uploads a local image with the same name, it overwrites the existing one. I feel like we should warn users or create a duplicate. Example:
Invalid File Names
It's common for users to try to upload images with spaces or other invalid characters. We should try to clean it up and remove spaces from the filename when uploading. |
Should function like a mashup of g.string and google_image fields. Should be a picker (like g.string) but support local file uploads. If file uploads aren't easy to implement, it can be a read-only field.
The text was updated successfully, but these errors were encountered: