How to override tagfield limit property default value of 40 in our project apps/myproject/ | Community
Skip to main content
nayeemnshaikh
Level 2
October 23, 2019

How to override tagfield limit property default value of 40 in our project apps/myproject/

  • October 23, 2019
  • 4 replies
  • 2437 views

Request your help to override tagfield limit property  default value of 40 in our project apps/myproject/

/libs/cq/gui/content/coral/common/form/tagfield/picker/views/column limit (property) = 40

We want to increase the limit to 100 only to our project.

Please let us know if any queries.

Thanking you.

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

4 replies

Adobe Employee
October 23, 2019

Are you talking about the limit in tag picker columns?

Adobe Employee
October 23, 2019
nayeemnshaikh
Level 2
October 23, 2019

Yes...

So by default only 40 items are loaded... We need to increase it to 150. So that all items are loaded at once and no need of on scroll pagination.

if we change the limit property at below path it works but as we should not be changing anything in /libs folder we wanted make it project specific.

We tried overlaying it to /apps/ folder which works but again it is also applicable to all tentants. So requesting help to make it project specific.

Path : /libs/cq/gui/content/coral/common/form/tagfield/picker/views/column limit (property) = 40

Thanks for replying.

nayeemnshaikh
Level 2
October 25, 2019

Request for help. Thanking you.