Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Display of Custom Metadata fields of Assets in touch UI

Avatar

Level 3

Hi All,
I have a requirement to have some custom metadata fields for assets in AEM DAM. In classic view ,I attained the same by overriding /libs/dam/components/asseteditor. Is there any way I can show same list of fields in touch UI mode also. If no,can I remove Basic and Advanced tabs which looks locked and have my own tab which will display all my custom metadata fields?

Thanks in advance for helpful replies.
LM

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi !

AEM provides you "Schema Editor" feature from where you can add or remove attribute or even add new tabs. Try this out :

http://localhost:4502/libs/dam/gui/content/metadataschemaeditor/schemalist.html/dam/content/schemaed...

Other way to reach from Coral UI left side navigation screen -> Tools --> Assets --> Metadata Schemas

Hope this will help !

~TD

View solution in original post

2 Replies

Avatar

Level 10

With AEM 6 - you can extend the AEM UI to display data to meet your requirements. You can show data using this flexible part of AEM. See this GEM session on this subject:

http://dev.day.com/content/ddc/en/gems/user-interface-customization-for-aem-6.html

Also a follow up article:

https://helpx.adobe.com/experience-manager/using/extending-aem-6-administrator-user.html

There is also code examples that you can look at. Basically, you modify the UI by using nodes. 

Hope this helps

Avatar

Correct answer by
Former Community Member

Hi !

AEM provides you "Schema Editor" feature from where you can add or remove attribute or even add new tabs. Try this out :

http://localhost:4502/libs/dam/gui/content/metadataschemaeditor/schemalist.html/dam/content/schemaed...

Other way to reach from Coral UI left side navigation screen -> Tools --> Assets --> Metadata Schemas

Hope this will help !

~TD