How to create a simple footer navigation(toolbar) component
In a technical discussion two days ago, I was questioned on how to create a footer navigation component like the following:
The simplest answer and the ideal solution to the above is to use the OOTB Toolbar component. The Toolbar component can be added to a page using the following:
<cq:include path="toolbar" resourceType="foundation/components/toolbar" />
Nothing else. It’s that easy! And once the above is added, the page would yield a component where you can configure the following:
For more info please refer to the Default Components documentation.


