Skip to content

Commit 6d8996f

Browse files
committed
chore: add legacy-peer-deps=true to .npmrc for CI compatibility
1 parent b6842be commit 6d8996f

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

src/server/forms/simple-form.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ pages:
77
- title: Your name
88
path: '/your-name'
99
components:
10+
- type: NotificationBanner
11+
title: Important
12+
name: notificationImportant
13+
content: 'Contact us if you need [help with your application](https://www.defra.gov.uk).'
14+
options:
15+
heading: There may be a delay in processing your application.
16+
id: ca6b6590-1608-49f4-82f9-9d92e38e66ea
17+
- type: NotificationBanner
18+
title: Success
19+
name: notificationSuccess
20+
content: 'Your application has been submitted.'
21+
options:
22+
type: success
23+
id: b6960f4b-d771-4956-9c9b-17da5c603062
1024
- type: TextField
1125
title: What is your first name?
1226
name: applicantFirstName

0 commit comments

Comments
 (0)