Views Menu Area
Categories
Component ID
1350258
Component name
Views Menu Area
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
3044
Component created
Component changed
Component body
Description
Provides an "handler area" for Views 3 to list menu tree of specified menu.
Sometimes you might want to attach list of links in footer, header or empty text when just single link isn't enough or you want to maintain links more friendly.
Requires
Instructions
- Enable the module
- Edit your preferred view
- Click "Add" link in header/footer section
- Check "Global: Menu area" and click "Add and configure footer" button
- Enter label and select the menu you wish to list links from
- Click "Apply" button and save the view
Similar module
You can also use Views Block Area instead, since each menu has an block and therefore you can just render the block instead a clean menu.
Drupal 8
In Drupal 8, you don't need this module since Views is in core and you can render block entities.
How?
- Create block instance from block layout page
- In views display configuration, attach an rendered block entity
