I have created a component 'Author' and dropped it on a page. But the component dialog is showing up empty.
What can be the issue?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Kriti
This happens due to structure difference of your dialog and items under the dialog field
If you are starting to learn the dialog creation please check some of the OOTB dialogs provided within AEM
Or try to install sample project from WKND and refer those structure before creating a custom dialog
Please follow this article for installing and working with WKND sample
@kritikagoyal Have you added the cq:dialog to your component with authoring fields?
You can refer to this document - https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/developing-compo...
@Lokesh_Vajrala yes, I have added cq:dialog with 3 authoring fields.
Hi,
Please check the dialog structure. Container is there ?
Thanks
Hi @kritikagoyal ,
It happens when cq:dialog structure is not correct. Please follow the below article for reference:
https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/components-basic...
Hi Kriti
This happens due to structure difference of your dialog and items under the dialog field
If you are starting to learn the dialog creation please check some of the OOTB dialogs provided within AEM
Or try to install sample project from WKND and refer those structure before creating a custom dialog
Please follow this article for installing and working with WKND sample
Views
Likes
Replies