Expand my Community achievements bar.

Dam Overlay issue in AEM 6.4

Avatar

Level 2

Hi Everyone,

trying to overlay  in AEM6.4(Migration project from 6.1):

/libs/dam/content/schemaeditors/forms/default/items
to
/libs/dam/content/schemaeditors/forms/customName/items
(even if i keep default in place of customName) it doesn't works.
Its working fine in 6.1.
Objective:
Assets.html->Select an asset->properties.
Here we want to add a custom field.

But its not happening, even if i kept whole hierarchy directly in /apps it still takes from libs.

other overlays are working fine(except dam).

4 Replies

Avatar

Level 2

Hi,

The metadata schema editors are moved to /conf folder in latest versions. Please check if it could help.

Avatar

Level 2

/libs/dam/content/schemaeditors/forms/default/items

to

/apps/dam/content/schemaeditors/forms/customName/items

Update:
/libs/dam/content/schemaeditors/forms/default/items

to

/conf/dam/content/schemaeditors/forms/customName/items
not apps