Issue 2965647: Menu link cloning
2 unresolved threads
2 unresolved threads
Closes #2965647
Merge request reports
Activity
20 24 'replace_pattern' => '[^a-z0-9-]+', 21 25 'replace' => '-', 22 26 ]; 27 $form[MenuEntityClone::CLONE_LINKS] = [ 28 '#type' => 'checkbox', 29 '#title' => $this->t('Clone all links in the menu'), 30 ]; 31 $form['no_suffix'] = [ 32 '#type' => 'checkbox', 33 '#title' => $this->t('Exclude "Cloned" from title of cloned links'), 34 ]; changed this line in version 3 of the diff
Please register or sign in to reply