Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

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

Korrekte Antwort von
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