WeFit AEM Snippets
Core Snippets (Java)
- aembc: AEM Basic Component: Create Java interface for basic AEM components
- aembcimpl: AEM Basic Component Implementation: Create Java implementation class that implements the interface created by aembc
- aemcc: AEM Children Component: Create Java interface for AEM components with childrens
- aemccimpl AEM Children Component Implementation: Create Java implementation class that implements the interface created by aemcc
Dialog Snippets (XML)
- aemd: AEM Dialog: Create Dialog base xml
- aemdc: AEM Dialog Content: Create Dialog .context xml
- aemdti: AEM Dialog Text Input: Create Text input on author dialog
- aemdri: AEM Dialog Richtext Input: Create Text input on author dialog
- aemdsi: AEM Dialog Select Input: Create select input on author dialog
- aemdci: AEM Dialog Checkbox Input: Create checkbox input on author dialog
- aemdni: AEM Dialog Number Input: Create number input on author dialog
- aemdcs: AEM Dialog Color Switch: create a color switch on author dialog
- aemdgcs: AEM Dialog Gray Scale Color Switch: create a gray scale color switch on author dialog
- aemdimg: AEM Dialog Image Input: create a image input with alt text on author dialog
Enjoy!
| |