AEM rollout process got length limitation on title of the product | Community
Skip to main content
November 3, 2020
Solved

AEM rollout process got length limitation on title of the product

  • November 3, 2020
  • 1 reply
  • 1261 views

We are using AEM commerce catalog generator to  generate product details page using list of product.

The generated page name is implicitly derived from JCR:title of the product master of the page.

Need to know why the page title length is truncated at first 64 chars. We need to increase this limit.

How to we customize.

 

FYI: https://docs.adobe.com/content/help/en/experience-manager-64/administering/ecommerce/generic.html#generating-a-catalog has nothing related to it

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 Umesh_Thakur

Hi @ksbansal ,

As per as I know there is no any configuration to increase the limit because it is already based on W3C Style guide recommendations.

But this validation is applicable only in the case when you are not putting any name for a page and aem generates it automatically.

So if you still want to make page name as per your choice then try to assign it explicitly so that you can skip the 64 char validation on it.

Please see the below ref.

https://docs.adobe.com/content/help/en/experience-manager-65/authoring/authoring/managing-pages.html#page-naming-conventions

Hope this will help.

Umesh Thakur

1 reply

Umesh_Thakur
Community Advisor
Umesh_ThakurCommunity AdvisorAccepted solution
Community Advisor
November 4, 2020

Hi @ksbansal ,

As per as I know there is no any configuration to increase the limit because it is already based on W3C Style guide recommendations.

But this validation is applicable only in the case when you are not putting any name for a page and aem generates it automatically.

So if you still want to make page name as per your choice then try to assign it explicitly so that you can skip the 64 char validation on it.

Please see the below ref.

https://docs.adobe.com/content/help/en/experience-manager-65/authoring/authoring/managing-pages.html#page-naming-conventions

Hope this will help.

Umesh Thakur

ksbansalAuthor
November 24, 2020
Thanks for the information. It is very helpful.