Versions Compared

Key

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

...

Media Handler 1.7.0 has now full support for Image Maps produced by the Image In-Place editor of AEM.

The They are detected by the media handler and included in the generated markup with a reference to the image HTML element.

...

Media Handler 1.7.0 provides a “Clear Transformation” Action action in it’s customized File Upload GraniteUI component that allows to “reset” the image to it’s initial state.

...

Details: How to re-generate wcm.io Media Handler rendition metadata for asset folders using a Workflow

“Invalid” API extensions

Sometime Sometimes you want to set a non-null Media or Link variable reference to an “invalid” instance. This was difficult before and required constructing a media/link request or synthetic media/link resource that was resolved to an invalid link.

To make this easier both MediaHandler and LinkHandler now provide a invalid() method which directly return returns an “invalid” instance.

Resolve links with type auto-detection

...

Using this new feature it is also possible to apply a “comparability mode” for components that were created - and used in production - without Link Handler and are later migrated to a Link Handler concept. By setting a component property like "wcmio:linkTargetUrlFallbackProperty": "link" it the link handler falls back to auto-detecting the link target form from a single property named "link" when no link type and link target properties following the Link Handler conventions are found in the resource. With this mode it’s no longer required to migrate the link properties in existing content when switching an existing component to the Link Handler.