Hi,
Can I customize 'Create Tag' form? Please see the attached screenshot for the form I am referring to. I would like to add three text fields and image fields to this form. Is it possible? And is it good idea?
thanks
Srini
Solved! Go to Solution.
Views
Replies
Total Likes
This is not an AEM component on the sidekick - its part of the AEM UI. Typically a develop extends an AEM component that resides on the sidekick. However - its not a supported use case to override the AEM GUI itself.
Views
Replies
Total Likes
This is not an AEM component on the sidekick - its part of the AEM UI. Typically a develop extends an AEM component that resides on the sidekick. However - its not a supported use case to override the AEM GUI itself.
Views
Replies
Total Likes
You can customize by overlaying [1] and calling your personal library & for sample refer [2]. Though don't recommend to be upgrade safe.
[1] /libs/cq/tagging/content/tagadmin/actions/new
[2] /libs/cq/tagging/widgets/source/widgets/admin/TagAdmin.Actions.js
Views
Replies
Total Likes