Closed (works as designed)
Project:
Content Menu
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 May 2012 at 17:41 UTC
Updated:
13 May 2012 at 10:03 UTC
It would be cool if an anchor tag would be allowed as or as part of a menu link. Ex. /about#people
Comments
Comment #1
danielnolde commentedThis 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.