Extend and Customize AEM Toolbar

Extending and Customizing the Component Action Toolbar is a frequent requirement in custom AEM implementations. This post provides a step-by-step guide for how to do so cleanly and efficiently.

Author: Uday Patel

Extend and Customize AEM Component Action Toolbar - INITIALYZE
In this blog, we will learn how to add a new custom action item to the component toolbar. To extend or customize the component action toolbar, at a high level we need to do the following: Create a component for the custom actionOverlay the toolbar from WCMAdd a custom action…