I have a Symfony/Sulu site set up, and I understand that I need to add a page to a navigation context in order for it to appear in the navigation bar, however I want to be able to add an external link which will appear in the navigation bar alongside all my internal links, and be editable and re-orderable through the CMS
For example I would like admins to be able to create a menu as follows:
- Home (internal Sulu page)
- My account (internal Sulu page)
- Our parent company (external link)
- Contact us (internal Sulu page)
Is this possible through sulu or do I need to write an extension?