From 3c0cb7c16d6b139727df6b1748992c47d005bbc3 Mon Sep 17 00:00:00 2001 From: Robert Hasselle Date: Thu, 9 Jan 2025 10:57:01 -0600 Subject: [PATCH 1/2] add minimal footer to minimal header forms --- src/applications/registry.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index e4a5706703..fdd61e7447 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1605,7 +1605,8 @@ "title": "Submit a statement to support a claim", "subtitle": "Statement in support of a claim (VA Form 21-4138)", "excludePaths": ["/introduction"] - } + }, + "minimalFooter": true } }, { @@ -1694,7 +1695,8 @@ "title": "Explore pattern demonstrations in our sample form", "subtitle": "Mock Form Minimal Header", "excludePaths": ["/introduction", "/confirmation"] - } + }, + "minimalFooter": true } }, { From d702e1b44130a2f69d76dbd3d4a4c8db31565b36 Mon Sep 17 00:00:00 2001 From: Robert Hasselle Date: Wed, 22 Jan 2025 16:22:35 -0600 Subject: [PATCH 2/2] only minimal header form --- src/applications/registry.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index fdd61e7447..38c306627c 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1605,8 +1605,7 @@ "title": "Submit a statement to support a claim", "subtitle": "Statement in support of a claim (VA Form 21-4138)", "excludePaths": ["/introduction"] - }, - "minimalFooter": true + } } }, {