https://github.com/chapter-three/menu-one-line
A module that ensures the main menu links stay on one line by adding a "MORE" dropdown link.
https://github.com/chapter-three/menu-one-line
Last synced: 12 months ago
JSON representation
A module that ensures the main menu links stay on one line by adding a "MORE" dropdown link.
- Host: GitHub
- URL: https://github.com/chapter-three/menu-one-line
- Owner: chapter-three
- Created: 2014-10-04T08:50:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T08:56:13.000Z (over 11 years ago)
- Last Synced: 2025-01-18T06:27:36.159Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 41
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Menu One Line README
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Usage
* Maintainers
INTRODUCTION
------------
This module ensures that the main menu renders on one line. Any links that wrap to the second line will be moved into
the "MORE" button.
REQUIREMENTS
------------
jQuery
INSTALLATION
------------
* Install as you would normally install a contributed drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.
USAGE
-----
1. Go to the configuration page ('/admin/config/user-interface/menu-one-line') to set the class selector of the main menu
2. The class selector must be an ancestor of the first ul of the main menu.
MAINTAINERS
-----------
Current maintainers:
* Rocks Batoon (orrrange) - https://www.drupal.org/user/639690
OTHER NOTES
-----------