AEM rollout process got length limitation on title of the product | Adobe Higher Education
Skip to main content
November 3, 2020
解決済み

AEM rollout process got length limitation on title of the product

  • November 3, 2020
  • 1 の返信
  • 1261 ビュー

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

このトピックへの返信は締め切られました。
ベストアンサー 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 の返信

Umesh_Thakur
Community Advisor
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

ksbansal作成者
November 24, 2020
Thanks for the information. It is very helpful.