https://github.com/amcgowanca/drupal_menu_link_options
Drupal 7 module for providing low-level user interface for displaying menu link options data structure.
https://github.com/amcgowanca/drupal_menu_link_options
Last synced: 2 months ago
JSON representation
Drupal 7 module for providing low-level user interface for displaying menu link options data structure.
- Host: GitHub
- URL: https://github.com/amcgowanca/drupal_menu_link_options
- Owner: amcgowanca
- License: gpl-2.0
- Created: 2015-02-20T13:24:47.000Z (over 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2015-02-23T16:07:32.000Z (over 10 years ago)
- Last Synced: 2025-02-15T04:21:05.354Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Drupal Menu Link Options
Menu links in Drupal 7 have a hidden property named `options` that is typically used by contributed modules for storing additional information or attributes. This module aims to provide an API for modules to define options with a user interface management component to allow for the management of options for those users who have appropriate permissions. Additionally, this module provides a mechanism for displaying these options.
### License
This Drupal module is licensed under the [GNU General Public License](./LICENSE.md) version 2.