Skip to content

Commit 989dcb5

Browse files
Add minimal header example form (#2214)
1 parent beefb98 commit 989dcb5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/applications/registry.json

+19
Original file line numberDiff line numberDiff line change
@@ -1938,5 +1938,24 @@
19381938
"vagovprod": false,
19391939
"layout": "page-react.html"
19401940
}
1941+
},
1942+
{
1943+
"appName": "Mock form minimal header",
1944+
"entryName": "mock-form-minimal-header",
1945+
"rootUrl": "/mock-form-minimal-header",
1946+
"productId": "d8d2c26c-6107-4917-8cf6-7002dfe1f1e5",
1947+
"template": {
1948+
"vagovprod": false,
1949+
"layout": "page-react.html",
1950+
"minimalHeader": {
1951+
"title": "Explore pattern demonstrations in our sample form",
1952+
"subtitle": "Mock Form Minimal Header",
1953+
"disableHeadings": true,
1954+
"excludePaths": [
1955+
"/introduction",
1956+
"/confirmation"
1957+
]
1958+
}
1959+
}
19411960
}
19421961
]

0 commit comments

Comments
 (0)