So I have the HTL code below.
<div>
<div class="left">
<div data-sly-resource="${'content-left' @ resourceType='wcm/foundation/components/parsys'}"></div>
</div>
<div class="right"">
<div data-sly-resource="${'content-right' @ resourceType='wcm/foundation/components/parsys'}"></div>
</div>
<div data-sly-resource="${'content-bottom' @ resourceType='wcm/foundation/components/parsys'}"></div>
</div>
On first use, I cannot drag/drop any component into the drop spots.
To make it to work, I have to:
1. go to design mode
2. click on a drop spot (example: content-left).
3. Select the icon that appears (looks like a newspaper icon to me)
4. Select the next icon that appears (wrench icon) and tick all the components that I want to show up.
5. Repeat steps 2 to 4, for the other drop spots
Can someone please tell me on how to fix this?