


Is it possible to add root path for a tagpicker field in touch UI dialog box so that authors can select the tags from the particular directory only.
As we used to set rootpath for a pathfield in classic ui dialogs, is any such provision there for tocuch UI?
Solved! Go to Solution.
Views
Replies
Total Likes
@rasikawanjari Yes you can use root path for Tag picker field. Please refer below URL:
@rasikawanjari Yes you can use root path for Tag picker field. Please refer below URL:
You should be able to use rootPath property for the same.
cq/gui/components/coral/common/form/tagfield
rootPath="/content/cq:tags
Link for reference:
Thanks!