AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.
This section provides some examples on how to create your own components for AEM.
For the underlying concepts see:
For information about the classic UI see AEM Components for the Classic UI.
To help you analyze, test and debug your components, AEM provides:
CODE ON GITHUB
You can find the code of this page on GitHub
This code sample is related to the AEM Gems session on Customizing Dialog Fields.
New actions can be added to component toolbars using the edit layer of the page editor.
Details, together with links to the code sample, are under Add New Action to a Component Toolbar.
You may want to extend the standard Content Fragment component to add features.
Details are under Customizing and Extending Content Fragments.