0

I'm building a web application using Umbraco V7.4. I use the Umbraco just to manage content , and I read it through API controller. For my site i need 'Mega-Menu' that look like the one in this site: full menu My question is: What is the best way to do this in Umbraco? How to build the structure of Document Types? How to send it in API ?

Thank's in advance to all helpers !

Jarufi
  • 308
  • 1
  • 12
  • 1
    There's no one way to do this - it depends on your current content structure. Also, this is very vague; I assume the question is a three parter: 1) how do I structure my data and content to that I can build a navigation menu? 2) how do I set up a service to emit just the relevant information to build a menu? 3) how do I build a mega menu to consume a service that contains hierarchical links? – l.j. cooper Mar 07 '16 at 15:57
  • Agree with @cooper, it all depends on your content hierarchy. If you have implemented something already, can you please attach a screenshot of the content tree or otherwise add a description of how you envisage the content structure within Umbraco? – elolos Mar 07 '16 at 22:14

1 Answers1

2

Found it !!! Their is dataType named Archetype (u need to download package) the Archetype lets you to build Mega menu and match more !!! This is the most generic datatype i found ! Here is the link: Umbraco Archetype

Jarufi
  • 308
  • 1
  • 12