Search code examples
javaaemcrx

How to build a catalogue in CQ 5.6.1


I'm a newbie in CQ5. My website has a catalogue to show many items.

Ex:

  1. Sports
    1.1. Football
    1.1.1. premier league
    1.1.2. La Liga
    1.2. Tennis
  2. Education
    2.1. Money
    2.2. University

Does CQ5 has an existing component for rendering the above catalogue ? If not, how can I structure it in CQ5 ?

appreciate your help. many thanks


Solution

  • I assume that each entry in your hierarchy (1.1, 1.1.1, etc.) corresponds to a page in the CRX (i.e., a content node). Given that, you could start with the list component; the OOTB component shows only one level, but I suspect that you could customize it to retrieve and display multiple levels.