It would be cool if an anchor tag would be allowed as or as part of a menu link. Ex. /about#people

Comments

danielnolde’s picture

Status: Active » Closed (works as designed)

This is possible with Drupal core already, content_menu doesn't do anything to prevent this.
Check it by creating a new "URL" menu item and inputting a url with anchor (like user/1#testanchor). The new menu item links to the full url including the anchor.