Expand my Community achievements bar.

SOLVED

placing components in page

Avatar

Level 3

Hi,

I created components for my site. How i can place the components in the page as per my design?. The default "Drag  components and asset here" does'nt allow to place the components as per my design. I am new to adobe cq5.

Thanks in advance.

RG

1 Accepted Solution

Avatar

Correct answer by
Level 10

you have to set a property 'allowedParents' with a value */parsys

View solution in original post

5 Replies

Avatar

Correct answer by
Level 10

you have to set a property 'allowedParents' with a value */parsys

Avatar

Level 7

Also we have to select the components in design mode I guess. I mean to that particular parsys.  http://dev.day.com/docs/en/cq/current/developing/components.html

Avatar

Level 3

I set the property same as u stated. I can place the component in the page. But i can not place the component as per my design. Should i use the container for this purpose?( say to place the first component 30 px from left margin next component 30px from right margin  in the same row)

Thanks,

RG

Avatar

Level 10

You can handle that in your template design and CSS

Avatar

Level 3

Thanks. I have one more doubt. I have more than 600 pages. For each page should i need to create each component?. Otherwise how can i set different alignment for different page (master page is same , content positioning is different). I am very new to adobe cq5. I followed the http://dev.day.com/docs/en/cq/current/developing/components.html

Thanks