We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beefb98 commit 989dcb5Copy full SHA for 989dcb5
src/applications/registry.json
@@ -1938,5 +1938,24 @@
1938
"vagovprod": false,
1939
"layout": "page-react.html"
1940
}
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
1960
1961
]
0 commit comments