Skip to content

Commit

Permalink
CST - Added useLocalStylesAndComponents to the claims-status app (#2360)
Browse files Browse the repository at this point in the history
* add useLocalStylesAndComponents to the claims-status app

* update flag placement and registry schema

Signed-off-by: Micah Chiang <micahkchiang@gmail.com>

---------

Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
Co-authored-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
pmclaren19 and micahchiang authored Nov 19, 2024
1 parent 63025b7 commit 3eb2057
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/applications/registry-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"rootUrl": {
"type": "string"
},
"useLocalStylesAndComponents": {
"type": "boolean"
},
"template": {
"type": "object",
"properties": {
Expand Down
3 changes: 2 additions & 1 deletion src/applications/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@
"title": "Track Claims",
"layout": "page-react.html",
"description": "Track the status of your VA claims and appeals."
}
},
"useLocalStylesAndComponents": true
},
{
"appName": "Letters",
Expand Down

0 comments on commit 3eb2057

Please sign in to comment.