diff --git a/src/applications/registry.json b/src/applications/registry.json index d08a712c00..89793b9fe8 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1653,7 +1653,10 @@ "minimalHeader": { "title": "Explore pattern demonstrations in our sample form", "subtitle": "Mock Form Minimal Header", - "excludePaths": ["/introduction", "/confirmation"] + "excludePaths": [ + "/introduction", + "/confirmation" + ] }, "minimalFooter": true } @@ -1787,5 +1790,18 @@ "localhost": true, "layout": "page-react.html" } - } + }, + { + "appName": "Debt Help Options", + "entryName": "debt-help-options", + "rootUrl": "/manage-va-debt/debt-help-options", + "productId": "2a188e78-8922-48af-9520-f062effbbeca", + "template": { + "vagovprod": false, + "vagovstaging": true, + "vagovdev": true, + "localhost": true, + "layout": "page-react.html" + } + } ]