Trying out AEM 6.5. I'm following the WKND tutorial and after adding the HelloWorld component, It doesn't appear on the side panel in Developer Mode.
But If I try to go to CRXDE-Lite I can see the added components under the Components Basic directory. Does anyone know why this happens? Can it be fixed to work the same as what happens in the tutorial?
Please check if your helloworld component has "cq:editConfig" node present. If it's not available the component will not be visible in edit mode. Please add it and you should be able to see it in developer mode.
Please check if your helloworld component has "cq:editConfig" node present. If it's not available the component will not be visible in edit mode. Please add it and you should be able to see it in developer mode.