Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Can you please help me understand the code written w.r.t OOTB Logo component

Avatar

Level 9

Hi All,

In CRXDE-Lite I see that Logo component[/libs/foundation/components/logo/] has three main nodes under it

- Logo.jsp [this is by default created, for Sling to render the component]

-There is a design_dialog node[based on theoretical knowledge this is applicable across the site, so probably it means that this component will appear on all the pages]. Under that too, there are various nodes present. Not sure what exactly they deal with.

-Also, there is img.GET.java file. 

Not quite getting as to what exactly it deals with. Any thoughts on this will be really helpful.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10

See this community article that talks about creating an AEM LOGO component:

https://helpx.adobe.com/experience-manager/using/creating-logo.html

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Level 10

See this community article that talks about creating an AEM LOGO component:

https://helpx.adobe.com/experience-manager/using/creating-logo.html

Avatar

Level 9

Hi Scott,

Thank you for your reply.