-
Notifications
You must be signed in to change notification settings - Fork 19
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
Auto-generate default field text for image media uploads #132
Comments
The unsplash "integration" just pulls the file from source.unsplash.com - no payload coming through with additional info, just the raw file. It may have exif info but that might vary from image to image. |
I was thinking of uploaded files. Even with unsplash integration, we still need to upload images for custom demos. I assume that getting some data from unsplash from the API is possible, but would be another ticket. |
For the Title part, that field in the media world is called "Name" - so names in media are analogous to titles in nodes. They're the label. Some ideas: |
We still don't have an agreed upon solution for auto-populating the title. Its a required field at the moment. |
I like option 1 (fancy ajax) best. I thought Sam had done something like this before in DF, but we lost it or got rid of it at some point. Does that sound familiar? |
I'm not familiar with anything like that in DF before so this would be something new? |
When adding image media, we should use the filename to pre-populate text fields as possible. This way, an SA can upload/add an image, and then click save - the default fields are filled out and its much faster/simpler.
Can we pull any additional metadata (like tags) for the Unsplash integration?
The text was updated successfully, but these errors were encountered: