Skip to content

helpfulrobot/milkyway-multimedia-ss-linkable-menus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menus for Linkable

This is an extension to add menu management for the Linkable module. It works in a tree view within GridField for easy visualising, and the ability to add sub-menus.

Also includes some templates so you can easily use them recursively in your own templates (or as a base to copy from so you can have your own classes). By default, the templates are compatible with Twitter Bootstrap.

Install

Add the following to your composer.json file


    "require"          : {
		"milkyway-multimedia/ss-linkable-menus": "dev-master"
	}

Requirements

If installing manually, the following modules are required to get this one to work properly

Usage in templates


    <% include LinkableMenu menuSlug='ENTER NAME OF SLUG HERE' %>

Credits

  • Heyday Menu Manager - Lots of code borrowed from their module, but I wanted something that used existing modules and supported sub menus
  • Heyday Labs - Author of above module
  • Font Awesome - Used their bars icon for the menu icon

License

  • MIT

Version

  • Version 0.1 - Alpha

Contact

Milkyway Multimedia

About

This is an extension to add (complex) menu management for the Linkable module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.2%
  • Scheme 7.8%
  • CSS 1.0%