Skip to content
Snippets Groups Projects

Issue 2965647: Menu link cloning

2 unresolved threads

Closes #2965647

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 ];
  • 20 24 'replace_pattern' => '[^a-z0-9-]+',
    21 25 'replace' => '-',
    22 26 ];
    27 $form[MenuEntityClone::CLONE_LINKS] = [
  • Alec Smrekar added 2 commits

    added 2 commits

    • 81f90282 - Issue 2965647: Remove option to prefix cloned menu links
    • 62c6a912 - Issue 2965647: Add schema for menu cloning

    Compare with previous version

  • Please register or sign in to reply
    Loading