localgovdrupal / localgov_microsites

A repository for the LocalGov Drupal Microsites project.
GNU General Public License v2.0
4 stars 2 forks source link

Allow people to crop image after upload #220

Closed markconroy closed 1 year ago

markconroy commented 2 years ago

This module should fix this: https://www.drupal.org/project/media_library_edit

markconroy commented 2 years ago

This is going to take a significant amount of work. We need to:

Is this more work than we should be taking on for microsites (before we know if we have more budget) @finnlewis @msayoung @willguv ?

msayoung commented 2 years ago

We should also have it on LGD main in due course. Lets put this in the "To Be Prioritised" column for now.

msayoung commented 2 years ago

The other options (rather than updating the config for every media field) is to patch core as per https://www.drupal.org/project/drupal/issues/2985168 The functionality will be rolled into Drupal Core eventually so that may be the path of least resistance?

@stephen-cox thoughts?

markconroy commented 2 years ago

@msayoung That sounds like a better plan, though that issue is currently marked as "postponed" until they have feedback from the UX and a11y teams - https://www.drupal.org/project/drupal/issues/2985168#comment-14292619

msayoung commented 2 years ago

Enabled in localgov_core: https://github.com/localgovdrupal/localgov_core/pull/146 Added to localgov_paragraphs: https://github.com/localgovdrupal/localgov_paragraphs/pull/82

msayoung commented 2 years ago

Lets see if they make it through, and then we'll add to events and news

finnlewis commented 1 year ago

Still needs testing!