Modify Default Tag Path in AEM Tagging Framework | Community
Skip to main content
June 21, 2017
Solved

Modify Default Tag Path in AEM Tagging Framework

  • June 21, 2017
  • 4 replies
  • 1858 views

I am trying to override the default tag path.If we don't give any namespace it stores in default/standard path,I have requirement where I need to modify the default path and store it in custom path.

What are the possibilities for this ?

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

I don't think that this is possible. Maybe you should rather switch and rather use a curated taxonomy and let the authors only create them in the Tagadmin and no longer ad-hoc.

4 replies

smacdonald2008
Level 10
June 23, 2017

Not sure if there is a way to change the default path. There is no docs on this.

However - you can write code to perform this task. Write a JCR event handler that is invoked when the tag is added to the JCR. Then use the Tag Manager API to move the tag to your path: TagManager (Adobe CQ 5.6.1 Java Documentation 5.6.1 API)

joerghoh
Adobe Employee
Adobe Employee
June 24, 2017

Which version of AEM are you using? TouchUI or ClassicUI?

Jörg

June 26, 2017

I am using AEM 6.1 TouchUI.

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
June 26, 2017

I don't think that this is possible. Maybe you should rather switch and rather use a curated taxonomy and let the authors only create them in the Tagadmin and no longer ad-hoc.