-
Notifications
You must be signed in to change notification settings - Fork 40
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
[UX][D8] Convert user pictures to an actual Image Field #243
Comments
Actually, it seems like when the user picture is a regular field, we won't need to rely on any special code to display it in the templates. And we should probably let people delete the field if they wish. What we really need to do is make sure that any user-picture-specific functions that are called don't error once the field is converted and possibly deleted by the user. |
I think so too. |
...this is actually part of #378 |
We need to get rid of user pictures and use build in fields instead. See related Drupal issues:
Also for reference, here is the change record.
Follow-ups:
The text was updated successfully, but these errors were encountered: