diff --git a/src/govuk/components/notification-banner/notification-banner.yaml b/src/govuk/components/notification-banner/notification-banner.yaml index feb587f7bd..cb453dd48f 100644 --- a/src/govuk/components/notification-banner/notification-banner.yaml +++ b/src/govuk/components/notification-banner/notification-banner.yaml @@ -51,15 +51,25 @@ examples: - name: with content as html data: contentHtml: | -
Archived and replaced by the new planning guidance launched 6 March 2014 on an external website
+Archived and replaced by the new planning guidance launched 6 March 2014 on an external website
- name: with type as success data: type: success content: Email sent to example@email.com +- name: success with custom html + data: + type: success + contentHtml: | +There was a problem uploading your file. Please try again.
# Hidden examples are not shown in the review app, but are used for tests and HTML fixtures