Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Changing all widget images that have a link into with link to be clickable. The ImageWidget object in graphql GraphQL has the fields Image, ImageDescription, Caption and attributionLink, so it has providing all the necessary information. The attributionLink is optional, therefore, only the ones which have a registered link will be clickcable. The code will be hidden behind a feature toggle untill properly tested.

...

Create a new Option object for ImageLinks , or add a new field to imageWidget. The first requires including adding a new case in the footer column switch, and implementing a new component for the image images with link. The second is very similar to Option 1, but except that the condition for the link would be the new field instead of attributionLink. Both cases will require changes in the sanity schema, that in turn, might impact any automatic synchronization between sanity and other systems.

...

  • If the footer is automatically synchronized by other systems (eg. MDM), this the synchronization process will also have to be updated with the new schema (more investigation is needed).

  • Changes span more than one repository.

...