Custom DAM image editor | Community
Skip to main content
DarrenBiz
New Participant
October 16, 2015
Solved

Custom DAM image editor

  • October 16, 2015
  • 3 replies
  • 1172 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

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

3 replies

Sham_HC
New Participant
October 16, 2015

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

DarrenBiz
DarrenBizAuthor
New Participant
October 16, 2015

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?

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

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