Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
menu_link_sync
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
menu_link_sync
Merge requests
!1
Issue
#3339163
: Replace README.txt to README.md and update README.md
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3339163
: Replace README.txt to README.md and update README.md
issue/menu_link_sync-3339163:8.x-1.x
into
8.x-1.x
Overview
12
Commits
7
Pipelines
0
Changes
1
1 open thread
Hide all comments
Merged
Issue #3339163: Replace README.txt to README.md and update README.md
Kamlesh Kishor Jha
requested to merge
issue/menu_link_sync-3339163:8.x-1.x
into
8.x-1.x
Feb 4, 2023
Overview
12
Commits
7
Pipelines
0
Changes
1
1 open thread
Hide all comments
0
0
Merge request reports
Compare
8.x-1.x
version 6
b5354bfe
Dec 6, 2023
version 5
ac0c39e0
Dec 5, 2023
version 4
6e802cd3
Dec 1, 2023
version 3
fb273755
Nov 23, 2023
version 2
a8de1734
Oct 26, 2023
version 1
cf8cdd8b
Feb 4, 2023
8.x-1.x (base)
and
latest version
latest version
cde61e8e
7 commits,
10 months ago
version 6
b5354bfe
6 commits,
Dec 6, 2023
version 5
ac0c39e0
5 commits,
Dec 5, 2023
version 4
6e802cd3
4 commits,
Dec 1, 2023
version 3
fb273755
3 commits,
Nov 23, 2023
version 2
a8de1734
2 commits,
Oct 26, 2023
version 1
cf8cdd8b
1 commit,
Feb 4, 2023
1 file
+
71
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.
txt
→
README.
md
+
71
−
0
View file @ cde61e8e
Edit in single-file editor
Open in Web IDE
Hide comments on this file
Show full file
INTRODUCTION
------------
# Menu Link Sync
The Menu Link Sync module helps synchronize the position of menu items within
Drupal installs with separate menus for every language, for instance when we
have
different "Main Menu - French", "Main Menu - English" and
"Main Menu - Spanish"
menus.
Drupal installs with separate menus for every language, for instance when we
have
different "Main Menu - French", "Main Menu - English" and
"Main Menu - Spanish"
menus.
This synchronization may be useful when the structure of the menus is too
different for the built-in menu translation to be an adequate solution, but when
@@ -19,31 +18,54 @@ and relative position of the menu link for the default translation of the node.
The form will then be updated through an AJAX call and the new parent and
weight will be automatically selected.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/menu_link_sync
)
.
REQUIREMENTS
------------
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/menu_link_sync
)
.
* Menu Link field: https://www.drupal.org/project/menu_link
## Table of contents
RECOMMENDED MODULES
-------------------
-
Requirements
-
Recommended modules
-
Installation
-
Configuration
-
Maintainers
* This module integrates with Menu Link Weight:
- https://www.drupal.org/project/menu_link_weight
This integration allows us to synchronize the relative position of a menu link
within a menu tree (ie. "underneath item X" / "above item Y"), instead of
simply copying the absolute numeric weight of the menu link from the source
node.
## Requirements
INSTALLATION
------------
This module requires the following module:
Install as you would normally install a contributed Drupal module.
-
[
Menu Link Weight
](
https://www.drupal.org/project/menu_link_weight
)
CONFIGURATION
-------------
## Recommended modules
This module integrates with the
[
Menu Link Weight
](
https://www.drupal.org/project/menu_link_weight
)
module.
Comment on lines
+39
to
+46
Alberto Paderno
@avpaderno
Dec 5, 2023
Lines from 39 to 40 repeat what lines 45 and 46 say.
Edited
Dec 5, 2023
by
Alberto Paderno
Please
register
or
sign in
to reply
This integration allows us to synchronize the relative position of a menu link
within a menu tree, instead of simply copying the absolute numeric weight of the
menu link from the source node.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
No special configuration is needed.
## Maintainers
-
Bart Hanssens -
[
bart.hanssens
](
https://www.drupal.org/u/barthanssens
)
-
Ruben Marques -
[
rutiolma
](
https://www.drupal.org/u/rutiolma
)
-
Stefan Ruijsenaars -
[
stefan.r
](
https://www.drupal.org/u/stefanr-0
)
-
[
Ludo.R
](
https://www.drupal.org/u/ludor
)
Loading
Lines from 39 to 40 repeat what lines 45 and 46 say.