Projet

Général

Profil

Révision 2e0f6994

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/menu_attributes/menu_attributes.api.php
13 13
 *   attribute name. Each attribute record should be an array with the following
14 14
 *   key/value pairs:
15 15
 *   - label: The human-readable name of the attribute.
16
 *   - description: The attribute description.
16
 *   - description: The attribute description for the link.
17
 *   - item_description: The attribute description for the item.
17 18
 *   - form: A Form API array. Some default values for this array are provided
18 19
 *     in menu_attributes_get_menu_attribute_info().
19 20
 *   - scope: An array of scope options, MENU_ATTRIBUTES_LINK or
......
28 29
  $info['tabindex'] = array(
29 30
    'label' => t('Tabindex'),
30 31
    'description' => t('Specifies the tab order for the link.'),
32
    'item_description' => t('Specifies the tab order for the item.'),
31 33
    'form' => array(
32 34
      '#maxlength' => 3,
33 35
      '#size' => 2,

Formats disponibles : Unified diff