Skip to content

Commit

Permalink
Adds registry entry for new form app (21-4140).
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Nov 6, 2024
1 parent f5c45fb commit ebed0b7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/applications/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
},
Expand Down Expand Up @@ -1743,7 +1745,10 @@
"minimalHeader": {
"title": "Explore pattern demonstrations in our sample form",
"subtitle": "Mock Form Minimal Header",
"excludePaths": ["/introduction", "/confirmation"]
"excludePaths": [
"/introduction",
"/confirmation"
]
}
}
},
Expand Down Expand Up @@ -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"
}
}
]

0 comments on commit ebed0b7

Please sign in to comment.