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: | -

This publication was withdrawn on 7 March 2014

Archived and replaced by the new planning guidance launched 6 March 2014 on an external website

+

This publication was withdrawn on 7 March 2014

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: | +

4 files uploaded

- name: with type as error data: type: error content: There was a problem uploading your file. Please try again. +- name: error with custom html + data: + type: error + 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