Skip to content

dizzystuff/silverstripe-groupedcmsmenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scheme 50.2%
  • PHP 44.0%
  • CSS 5.8%