Abstract
In this article, we will step through the steps of creating a new Touch UI dialogue configuration within your AEM maven project. Code examples will showcase a basic Granite UI form container & component.
Create basic Touch UI Dialogue
Within your AEM maven source code, create create a “_cq_dialogue” folder under your targeted component. Example: /apps/weretail/components/content/text.
Result: /apps/weretail/components/content/text/_cq_dialogue, _cq_dialogue folder.
Within the _cq_dialogue, create a .content.xml file: _cq_dialogue .context.xml file.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni