Can you please help me understand the code written w.r.t OOTB Logo component | Community
Skip to main content
New Participant
October 16, 2015
Solved

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

  • October 16, 2015
  • 2 replies
  • 591 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

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

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

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

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

askdctmAuthor
New Participant
October 16, 2015

Hi Scott,

Thank you for your reply.