Parsys lissues on the template | Community
Skip to main content
anelem1760873
Level 4
August 27, 2018
Solved

Parsys lissues on the template

  • August 27, 2018
  • 13 replies
  • 7436 views

Hi Guys,

I am tring to add parsys (10) onto the template in AEM 6, but for some reason i cannot drop components from par6 to par10.

So this is how i am referencing them on the template

<div data-sly-resource="${'ipar0' @ resourceType='wcm/foundation/components/parsys'}"></div>

<div data-sly-resource="${'ipar1' @ resourceType='wcm/foundation/components/parsys'}"></div>

.

.

<div data-sly-resource="${'ipar9' @ resourceType='wcm/foundation/components/parsys'}"></div>

is there a limit set for parsys in AEM 6.1

Thanks

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 arunpatidar

Hi,

There is no limitation to put number of parsys in the template, You might not be getting add component options for some parsys because you didn't allowed any components for that parsys from design.

I checked same with 10 parsys in template in AEM 6.3 , working fine.

13 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 27, 2018

Hi,

There is no limitation to put number of parsys in the template, You might not be getting add component options for some parsys because you didn't allowed any components for that parsys from design.

I checked same with 10 parsys in template in AEM 6.3 , working fine.

Arun Patidar
anelem1760873
Level 4
August 28, 2018

Hi Scott

Actually I had  to allow components for that specific parsys that was not working from design.

Thanks.

anelem1760873
Level 4
August 28, 2018

Thanks Arun. worked