Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Can I customize 'Create Tag' form?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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.

Avatar

Level 10

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