Expand my Community achievements bar.

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

Mark Solution

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

SOLVED

Add custom field to AEM Tag

Avatar

Level 3

Hi,  I add a field to  "Edit Tag" wizard via "/libs/cq/tagging/gui/content/tags/tagedit/jcr:content/body/items/form/items/wizard/items/editStep/items/fixedColumns/items"

kristwang_0-1685599929209.png

 

and I assign values to the “Tag Color" ,  but when I open the "edit tag" again, the "Tag Color"  field does not show the value.

kristwang_1-1685599980623.png

kristwang_2-1685600145616.png

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @krist_wang ,
Have you followed this thread? https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-custom-text-field-on-c... 
If not please follow this, one of my teammate succeed with this one.
Let me know if it's not working.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hello @krist_wang ,
Have you followed this thread? https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-custom-text-field-on-c... 
If not please follow this, one of my teammate succeed with this one.
Let me know if it's not working.

Avatar

Level 3

Thanks, it's works for me

Avatar

Employee Advisor

Hi,

 

When adding a field to the "Edit Tag" wizard in AEM via the specified path, make sure you also update the corresponding backend code to persist the value of the "Tag Color" field. This ensures that the assigned value is stored and retrieved correctly when reopening the "edit tag" dialog.