Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update adding-left-nav-and-url.md #40401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## How to add a Drupal page to the left nav

1. Go to the Edit mode of a Drupal file.
2. In Menu Settings, check the "Provide a menu link" box.
3. Type in the menu link title.
4. Choose the parent link from the drop-down menu.
5. If this is a child page, confirm that the section listed in "Section settings" of the Drupal file is the same as the section listed for the parent page.
6. Change the file from "Draft" to "Published" and select **Save**.
2. On the right side of your screen in the body of the page, find Menu Settings.
3. Check the "Provide a menu link" box.
4. Type in the menu link title.
5. Choose the parent link from the drop-down menu.
6. If this is a child page, confirm that the section listed in "Section settings" of the Drupal file is the same as the section listed for the parent page.
7. Change the file from "Draft" to "Published" and select **Save**.

**Note:** Adding a Drupal page to the left nav can only be done when changing the current state of the Drupal page from "Draft" to "Published."

Expand Down