How can we insert a component and not just add an experience fragment in column control ? | Community
Skip to main content
New Participant
November 29, 2018
Solved

How can we insert a component and not just add an experience fragment in column control ?

  • November 29, 2018
  • 3 replies
  • 1080 views

I have a column control component in AEM 6.4. Th a parsys in this column control shown below is added like this :

<sly data-sly-resource="${'one-column' @ resourceType='wcm/foundation/components/parsys'}" data-sly-unwrap="${!wcmmode.edit}"></sly>

I want to drag a component in this but it only gives me option to add experience fragment.How can i make sure that I am able to add component in this and not just experience fragments.

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,

You are not getting option to add components because components are not allowed either from design or policy based on type of template you are using.

3 replies

arunpatidar
New Participant
November 30, 2018
Arun Patidar
nehaPriyaAuthor
New Participant
November 29, 2018

Hi,

I have dragged and dropped this component on page and hence the parsys in the template in which this component is dragged I allowed all component from policy but now since this component has parsys of itself  I was thinking how to handle this parsys on page level enable it to add component.

For this we don't need to do anything on template level right because I want this component individually on page level.

Thanks

arunpatidar
arunpatidarAccepted solution
New Participant
November 29, 2018

Hi,

You are not getting option to add components because components are not allowed either from design or policy based on type of template you are using.

Arun Patidar