Skip to content

Commit

Permalink
Add minimal header example form (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhasselle-oddball authored Aug 1, 2024
1 parent beefb98 commit 989dcb5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/applications/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1938,5 +1938,24 @@
"vagovprod": false,
"layout": "page-react.html"
}
},
{
"appName": "Mock form minimal header",
"entryName": "mock-form-minimal-header",
"rootUrl": "/mock-form-minimal-header",
"productId": "d8d2c26c-6107-4917-8cf6-7002dfe1f1e5",
"template": {
"vagovprod": false,
"layout": "page-react.html",
"minimalHeader": {
"title": "Explore pattern demonstrations in our sample form",
"subtitle": "Mock Form Minimal Header",
"disableHeadings": true,
"excludePaths": [
"/introduction",
"/confirmation"
]
}
}
}
]

0 comments on commit 989dcb5

Please sign in to comment.