Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.12 KB

2.5-menus.md

File metadata and controls

54 lines (38 loc) · 2.12 KB

Menus

From drupal.org - Concept: Menu:

Menus are a collection of links (menu items) used to navigate a website. The core Menu UI module provides an interface to control and customize the menu system. Menus are primarily displayed as a hierarchical list of links. By default, new menu items are placed inside a built-in menu labeled Main navigation, but administrators can also create custom menus.

The core Standard installation profile contains five menus:

Main navigation

Links to sections intended for site visitors. They are usually created by site administrators.

Administration

  • Links to administrative tasks. This menu mainly contains links supplied by modules on your site.

User account menu

  • Links to tasks associated with the user account such as My account and Log out.

Footer

  • Links to important pages within the site intended for the footer. They are usually created by site administrators.

Tools

  • Links to tasks necessary for site visitors. Some modules feature their links here.

Menu Management

You can see all menus in your system by going to Structure -> Menus.

Menus List

You can add a new menu by going to Structure -> Menus -> Add. Menus Add

You can edit an existing menu by clicking the Edit menu button next to the respective menu you wish to manipulate.

Menus Edit

You can edit an existing menu link by clicking Edit next to the particular menu item you wish to modify on the menu edit page. Menu Link Edit

Menu Placement

Menus are exposed in Drupal 8 as block, so you can use standard block placement to insert a menu onto your site.

Menu Placement

See Blocks for more information about blocks in Drupal.

Additional Resources