=== Custom Menu Fields === Contributors: diddledan Tags: menu, field, fields, api Requires at least: 3.5 Tested up to: 3.7 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides an API to add custom fields to the menu editor. == Description == This plugin provides an API which allows the developer of a site to add custom fields on the default menu editor. = Example Usage = ` array( 'description' => 'Excerpt', 'type' => 'textarea', ))); } ?>` = NOTE = This plugin does nothing by itself. It provides an API only. == Installation == This section describes how to install the plugin and get it working. 1. Upload the folder from the zip to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Once activated the API is available in the ‘init’ and later phases of the WordPress lifecycle. == Changelog == = 0.1 = first release