From e5ac9e72b40cbb8268826c5ccfcc2158bc6969d1 Mon Sep 17 00:00:00 2001 From: Dana Cotoran Date: Mon, 29 Nov 2021 17:17:01 +0000 Subject: [PATCH] Update layout_for_public documentation The account navigation no longer includes a separate "security" link so the documentation should reflect that. --- .../components/docs/layout_for_public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/govuk_publishing_components/components/docs/layout_for_public.yml b/app/views/govuk_publishing_components/components/docs/layout_for_public.yml index 853dea18c1..8fc9512527 100644 --- a/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +++ b/app/views/govuk_publishing_components/components/docs/layout_for_public.yml @@ -69,7 +69,7 @@ examples:

This is a title

This is some body text with a link. with_current_account_navigation: - description: "The account layout renders with an account-specific nav to help users navigate different areas of their account. This flag is here to allow control over which option in the nav is highlighted as `current`. Valid options are currently `your-account`, `manage`, and `security`." + description: "The account layout renders with an account-specific nav to help users navigate different areas of their account. This flag is here to allow control over which option in the nav is highlighted as `current`. Valid options are currently `your-account` and `manage`." data: show_account_layout: true account_nav_location: "manage"