Skip to content
Snippets Groups Projects

fix description

Closed NGUYEN Bao requested to merge 1.0.x into 1.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -92,10 +92,10 @@ function node_menu_multiple_form_node_form_alter(&$form, FormStateInterface $for
];
$form['menu']['menu_form_node'][$i]['description'] = [
'#type' => 'textarea',
'#title' => $form["menu"]["link"]["description"]["#title"] ?? '',
'#title' => $form["menu"]["link"]["description"]["#title"],
'#default_value' => $defaults[$i]['description'],
'#rows' => 1,
'#description' => t('Shown when hovering over the menu link.'),
'#description' => $form["menu"]["link"]["description"]["#description"],
];
$form['menu']['menu_form_node'][$i]['menu_parent'] = $parent_element;
Loading