Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Grouped CMS Menu Module

This module allows you to group CMS menu items into nested lists which expand when hovered over. This is useful when there are so many CMS menu items that screen space becomes an issue.

Basic Usage

In order to group CMS menu items together, the GroupedCmsMenu::group() function is used. The grouping code should normally go in mysite/_config.php. In the example below, CMSMain (Pages) and AssetAdmin (Files & Images) are grouped together under a "Content" heading:

GroupedCmsMenu::group('Content', array('CMSMain', 'AssetAdmin'));

Maintainer Contacts

Requirements

  • SilverStripe 3.1+

Project Links

About

Lets you group CMS menu items into dropdown lists.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages