0

I have a query regarding CQ. Your reply will really make the difference to my understanding.

In other CMS like Vignette, content authors create the contents separately (not directly on the page) for ex. products details and then those contents are iterated / processed to display on the page. But in CQ, the scenario is other way round. Authors directly create the content on the page. Now if same content is needed on other page, how will that be re-used ?

Regards, Ronak

Ronnie
  • 302
  • 1
  • 4
  • 16
  • possible duplicate of [Sharing content between Adobe CQ5 pages](http://stackoverflow.com/questions/15787449/sharing-content-between-adobe-cq5-pages) – anotherdave Oct 03 '14 at 14:46
  • If I create page with FORM in it (for product text, product image, description etc), still it would need separate page for each product I guess to enter details via form !!? – Ronnie Oct 06 '14 at 10:26

1 Answers1

0

Content can be reused across pages via Reference components. From the docs:

The Reference component lets you reference text in another part of a CQ based website (within the current instance). The referenced paragraph will then appear as if it was on the current page. Instead of referencing a specific paragraph, the path can also be modified to specify an entire [paragraph-system]...

There are some other techniques for sharing content and reference data across pages, including inheritance and "data components," described in this SO Q&A.

Community
  • 1
  • 1
David Gorsline
  • 4,933
  • 12
  • 31
  • 36