Column Controls in Adobe CQ allow authors to easily create and configure column-based layouts. This guide shows advanced users and developers how to create and configure a column control.
Step 1: Add a Parsys to a Component JSP
Include a Paragraph System into the page’s component JSP. You can use any node name for the path, the resource type is ‘foundation/components/parsys’
<cq:includepath=”par”resourceType=”foundation/components/parsys “/>
Step 2: Configure the Paragraph System
To add a Column Control to the Paragraph System, you will first need to update the design. Select design mode on the sidekick.
Selecting Design Mode
Design mode allows you to configure the Paragraph System for all pages with the same template. Once the page has reloaded, select Edit next to ‘Design of {NODE}’
Selecting Column Control Component
Look down through the list of available …

