Adobe-Marketing-Cloud / aem-guides-wknd

Steps to create a website with Adobe Experience Manager (AEM)
https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop.html
76 stars 68 forks source link

WKDN.Structure component group not visible #35

Closed zwaldeck closed 5 years ago

zwaldeck commented 5 years ago

The WKDN.Structure component group is not visible for me when I edit template types (Part 2 of the tutorial) below the code of my header component jcr:

<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" componentGroup="WKND.Structure" jcr:description="Page Header with navigation" jcr:title="WKND Page Header"/>

godanny86 commented 5 years ago

Hi @zwaldeck a couple of things to verify:

  1. On your local AEM instance in CRXDE Lite can you verify that the Header component is there?
  2. Make sure the Header component has the cq:dialog beneath it

godanny86 commented 5 years ago

@zwaldeck any update on this? Were you able to resolve this issue?

godanny86 commented 5 years ago

@zwaldeck going to close this. Feel free to re-open if you are stuck...

parvathyc commented 5 years ago

@godanny86 - That helped me. Thanks!