Hi,
Yes, you need to setup.
Note:
Version 2 of the core components is fully enabled to take advantage of the style system and requires no additional configuration.
Follow the next steps to enable the style system for your own custom components or to extend the version 1 core components to utilize the feature.
In order for a component to work with AEM's style system and show the style tab in its design dialog, the component developer must include that tab from the product with the following settings on the component:
- path = "/mnt/overlay/cq/gui/components/authoring/dialog/style/tab_design/styletab"
- sling:resourceType = "granite/ui/components/coral/foundation/include"
With the component configured, the styles configured by the page authors will be automatically inserted by AEM on the decoration element that AEM automatically wraps around every editable component. The component itself need not do anything else to make this happen.
Arun Patidar