Expand my Community achievements bar.

SOLVED

Custom DAM image editor

Avatar

Level 7

Is there a way to create a custom asseteditor for images in the DAM that will catch a number of custom MIME types?

It seems I have to create a custom editor for each mimetype / dc:format that could possibly be clicked on by creating the correct sub-folders according to the type. Is it possible to create one custom editor that caters for a range of standard image types?

1 Accepted Solution

Avatar

Correct answer by
Level 10

As informed earlier if there is no specialized metadata items defined for asset type it will pick the generic asset form metadata: /libs/dam/content/asseteditors/formitems

If you want to adjust overlay  CQ.wcm.DamAdmin#openAsset  to load different forms

View solution in original post

3 Replies

Avatar

Level 10

AFAIK it will fall back to default one if you do not have specific editor configured for specific mime type.

Avatar

Level 7

So is there a way to reference a "master" custom asseteditor for a mimetype rather than duplicating all of the editor configuration for each mimetype?

Avatar

Correct answer by
Level 10

As informed earlier if there is no specialized metadata items defined for asset type it will pick the generic asset form metadata: /libs/dam/content/asseteditors/formitems

If you want to adjust overlay  CQ.wcm.DamAdmin#openAsset  to load different forms