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"
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.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
Thanks, it's works for me
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.
Views
Likes
Replies