Skip to content

Commit

Permalink
Finalize 20-10206 form-app URL & breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlei123 committed Dec 5, 2023
1 parent f898e20 commit 695f821
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/applications/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,11 +1642,22 @@
{
"appName": "Request personal records",
"entryName": "10206-pa",
"rootUrl": "/request-personal-records",
"rootUrl": "/records/request-personal-records-form-20-10206",
"productId": "560247e7-3a80-4fdd-ad00-8d0e14435d22",
"template": {
"vagovprod": false,
"layout": "page-react.html"
"layout": "page-react.html",
"includeBreadcrumbs": true,
"breadcrumbs_override": [
{
"name": "Records",
"path": "records"
},
{
"name": "Request personal records",
"path": "records/request-personal-records-form-20-10206"
}
]
}
},
{
Expand Down

0 comments on commit 695f821

Please sign in to comment.