Skip to content

Commit

Permalink
Rebase 2351 (#2362)
Browse files Browse the repository at this point in the history
* Removes registry entry for form-renderer app. (#2345)

* Update appName to correct title for Authenticated Experience Design Patterns (#2353)

* update appName to correct title

* cleanup from merge main

* VEBT-729 Removing 22-0993 (#2352)

* Update SCO registry.json route

* vagovprod to true for sco page

* Fix to breadcrumb padding on certain drupal pages. (#2241)

* Fix to breadcrumb padding on certain drupal pages.

* Adding row back

* Removing another un-needed class

* Adding padding to containing div

* Turn on production flag for rollout (#2246)

* update web-components (#2249)

* update web-components

Signed-off-by: Micah Chiang <[email protected]>

* bump version

Signed-off-by: Micah Chiang <[email protected]>

---------

Signed-off-by: Micah Chiang <[email protected]>

* Medallia - Add feedback button to checklist page layout (#2247)

* added feedback button to checklist drupal template

* moved element to under back-to-top element

* VACMS 18909 KISS autosuggest data for services from taxonomies (#2248)

* creates va-healthcare-services.json
* remove spaces from JSONs
* process the processed HTML to text
* simplify

* bump web components (#2250)

Signed-off-by: Micah Chiang <[email protected]>

* VEBT-423 Update SCO registry.json route to match prod (#2245)

* Update SCO registry.json route

* Update registry.json for sco url

* Making separate PR

* Fix to breadcrumb padding on certain drupal pages. (#2241)

* Fix to breadcrumb padding on certain drupal pages.

* Adding row back

* Removing another un-needed class

* Adding padding to containing div

* Turn on production flag for rollout (#2246)

* update web-components (#2249)

* update web-components

Signed-off-by: Micah Chiang <[email protected]>

* bump version

Signed-off-by: Micah Chiang <[email protected]>

---------

Signed-off-by: Micah Chiang <[email protected]>

* Medallia - Add feedback button to checklist page layout (#2247)

* added feedback button to checklist drupal template

* moved element to under back-to-top element

* VACMS 18909 KISS autosuggest data for services from taxonomies (#2248)

* creates va-healthcare-services.json
* remove spaces from JSONs
* process the processed HTML to text
* simplify

* bump web components (#2250)

Signed-off-by: Micah Chiang <[email protected]>

---------

Signed-off-by: Micah Chiang <[email protected]>
Co-authored-by: Andrew Steele <[email protected]>
Co-authored-by: Kevin Duensing <[email protected]>
Co-authored-by: Micah Chiang <[email protected]>
Co-authored-by: Aubrey Arcangel <[email protected]>
Co-authored-by: Eli Selkin <[email protected]>

* Remove 0993-edu-benefits

---------

Signed-off-by: Micah Chiang <[email protected]>
Co-authored-by: Andrew Steele <[email protected]>
Co-authored-by: Kevin Duensing <[email protected]>
Co-authored-by: Micah Chiang <[email protected]>
Co-authored-by: Aubrey Arcangel <[email protected]>
Co-authored-by: Eli Selkin <[email protected]>

* 1217 - Add breadcrumbs (#2356)

* CST - Added useLocalStylesAndComponents to the claims-status app (#2360)

* add useLocalStylesAndComponents to the claims-status app

* update flag placement and registry schema

Signed-off-by: Micah Chiang <[email protected]>

---------

Signed-off-by: Micah Chiang <[email protected]>
Co-authored-by: Micah Chiang <[email protected]>

* remove conditional style.css (#2361)

Signed-off-by: Micah Chiang <[email protected]>

---------

Signed-off-by: Micah Chiang <[email protected]>
Co-authored-by: Ryan Koch <[email protected]>
Co-authored-by: Adam Whitlock <[email protected]>
Co-authored-by: Liz Wendling <[email protected]>
Co-authored-by: Andrew Steele <[email protected]>
Co-authored-by: Kevin Duensing <[email protected]>
Co-authored-by: Micah Chiang <[email protected]>
Co-authored-by: Aubrey Arcangel <[email protected]>
Co-authored-by: Eli Selkin <[email protected]>
Co-authored-by: Nick Sayre <[email protected]>
Co-authored-by: Peri-Ann McLaren <[email protected]>
  • Loading branch information
11 people authored Nov 20, 2024
1 parent b571d87 commit 522f3e1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 46 deletions.
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
58 changes: 19 additions & 39 deletions 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 Expand Up @@ -506,32 +507,6 @@
]
}
},
{
"appName": "Opt Out of Sharing VA Education Benefits Information",
"entryName": "0993-edu-benefits",
"rootUrl": "/education/opt-out-information-sharing/opt-out-form-0993",
"template": {
"title": "Opt Out Of Sharing VA Education Benefits Information",
"heading": "Opt out of sharing VA education benefits information",
"layout": "page-react.html",
"description": "Use your VA education benefits to pay for college or training programs. Find out which documents you’ll need to apply for benefits, and start your online application today.",
"includeBreadcrumbs": true,
"breadcrumbs_override": [
{
"path": "education/",
"name": "Education and training"
},
{
"path": "education/opt-out-information-sharing/",
"name": "Opt out of information sharing"
},
{
"path": "education/opt-out-information-sharing/opt-out-form-0993",
"name": "Opt out of sharing your information with schools"
}
]
}
},
{
"appName": "GI Bill School Feedback Tool",
"entryName": "feedback-tool",
Expand Down Expand Up @@ -1055,7 +1030,7 @@
}
},
{
"appName": "Mock Form AE Design Patterns",
"appName": "Authenticated Experience Design Patterns",
"entryFile": "./app-entry.jsx",
"entryName": "mock-form-ae-design-patterns",
"rootUrl": "/mock-form-ae-design-patterns",
Expand Down Expand Up @@ -1702,16 +1677,6 @@
"layout": "page-react.html"
}
},
{
"appName": "Form Renderer",
"entryName": "form-renderer",
"rootUrl": "/digital-form",
"productId": "8e41524c-d835-476c-ba0f-040037380911",
"template": {
"vagovprod": false,
"layout": "page-react.html"
}
},
{
"appName": "22-10215 Statement of Assurance of Compliance with 85 Percent Enrollment Ratios",
"entryName": "10215-edu-benefits",
Expand Down Expand Up @@ -1794,7 +1759,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"
}
]
}
}
]
8 changes: 1 addition & 7 deletions src/site/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@
<link rel="preload" href="/generated/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS -->
{% comment %}
Apps that opt out of the site-wide stylesheet must include a smaller subset of styles
in their application bundle
{% endcomment %}
{% unless useLocalStylesAndComponents %}
<link rel="stylesheet" data-entry-name="style.css">
{% endunless %}
<link rel="stylesheet" data-entry-name="style.css">
<link rel="stylesheet" data-entry-content="content-build.css">
<link rel="stylesheet" data-entry-name="{{ entryname | default: 'static-pages' }}.css">

Expand Down

0 comments on commit 522f3e1

Please sign in to comment.