DO NOT DELETE (nolink)

DO NOT DELETE!

This node allows for menu links that do not link anywhere. URL path must be set to "nolink".

The Products menu depends on this node: all top level and mid-level (group heading) items in the menu point to "nolink". Removing this node will remove those menu items, flattening the hierarchy. The only way to restore the hierarchy is as follows:

1. From a database backup, delete everything but the inserts to the menu_links table where menu_name == 'menu-products'
2. DELETE FROM 'menu_links' WHERE menu_name = 'menu-products';
3. Import the modified backup