diff --git a/src/applications/registry.json b/src/applications/registry.json index 6c8baac1b9..68bd7b74d1 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1644,7 +1644,9 @@ "minimalHeader": { "title": "Submit a statement to support a claim", "subtitle": "Statement in support of a claim (VA Form 21-4138)", - "excludePaths": ["/introduction"] + "excludePaths": [ + "/introduction" + ] } } }, @@ -1743,7 +1745,10 @@ "minimalHeader": { "title": "Explore pattern demonstrations in our sample form", "subtitle": "Mock Form Minimal Header", - "excludePaths": ["/introduction", "/confirmation"] + "excludePaths": [ + "/introduction", + "/confirmation" + ] } } }, @@ -1796,5 +1801,15 @@ "vagovprod": false, "layout": "page-react.html" } + }, + { + "appName": "Employment History Questionnaire", + "entryName": "21-4140-ehq", + "rootUrl": "/employment-history-questionnaire-form-21-4140", + "productId": "2e00cd49-14e2-4eb0-a3c6-5bc92c9e4618", + "template": { + "vagovprod": false, + "layout": "page-react.html" + } } ]