Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

AEM rollout process got length limitation on title of the product

Avatar

Level 1

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#ge... has nothing related to it

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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...

Hope this will help.

Umesh Thakur

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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...

Hope this will help.

Umesh Thakur

Avatar

Level 1
Thanks for the information. It is very helpful.

Avatar

Level 1
Is there no way to customize rollout process to custom define the way the Page jcr title is decided from product title? Issue happens when 2 products have long names and same first 64 chars