tagpicker input field - create tags under a specific folder/namespace | Community
Skip to main content
Level 4
November 24, 2017

tagpicker input field - create tags under a specific folder/namespace

  • November 24, 2017
  • 4 replies
  • 5517 views

Hi,

do you know if it's possible to configure the tags input field cq/gui/components/common/tagspicker to save the tags created on the fly (write the tag in the input field and press enter) under a specific folder?

e.g., the author is configuring the keywords for a certain page, we want to save those keywords under /etc/tags/websites/keywords instead of the default /etc/tags/default.

Thanks!

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

4 replies

smacdonald2008
Level 10
November 24, 2017

The TagPicker widget lets you select existing tags from the AEM JCR.

YOu can write your own service using TagManager API and place them at the location you want.

manoj_devapath
Level 5
November 25, 2017

OOB does not provide any widget to create a Tag on fly on tagpicker. You need a new widget or servlet to do that using TagManager or Node API.

boser87Author
Level 4
November 25, 2017

The tag picker also allows to create new tags on the fly. See the keywords input field in the page properties .. These are saved by default under /etc/tags/default

what I would like to achieve is saving them under a specific folder

do you know if it’s possible?

kautuk_sahni
Community Manager
Community Manager
November 28, 2017