Skip to content

Commit

Permalink
1217 - Add breadcrumbs (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksayre authored Nov 19, 2024
1 parent 528bb8f commit 63025b7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/applications/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,22 @@
"productId": "c1a00d88-ead0-46d4-94ab-e72baba100c6",
"template": {
"vagovprod": false,
"layout": "page-react.html"
"layout": "page-react.html",
"includeBreadcrumbs": true,
"breadcrumbs_override": [
{
"path": "",
"name": "Va.gov home"
},
{
"path": "my-va",
"name": "My VA"
},
{
"path": "welcome-va-setup/review-information/contact-information",
"name": "Add your contact information"
}
]
}
}
]

0 comments on commit 63025b7

Please sign in to comment.