This question has two answers ...
alexhenes wrote:In X2 I have links to internal html files that open in new browser tab. In X3 I would like to have these links in the mega menu
Not currently possible to add custom links, but I can add a method similar to X2, where you "create page" and simply use it as placeholder for a link.
alexhenes wrote:... and have the html load in the same area that a gallery loads. Any suggestions on how to do this?
If you are going to load the html into the main content area, then why not just add the html content into the page's
content instead of using an external html file for it? What are these external html used for so they cannot be added as integrated X3 pages? You can't just load the external html file "into" the X3 content section, first of all because it is not part of the X3 content structure, does not compile- or comply with X3 templates, and will normally contain a full html page including <head> and <body> tags that can't just be added into another page. At best, it could be loaded within an iframe ...
Actually, we could offer a system where you contain the html file within the folder, and it would read the html and display its content in the page. I don't see the benefit of this though, as you could just add the same html content to the page's content setting ..
Also, just for
reference, you can list html files in a page just like you can list gallery images (although without preview image obviously). Not sure what this would be used for though ...