From 0635887a5837f32aad16db8b363b9133b59b4ca4 Mon Sep 17 00:00:00 2001 From: leeturner Date: Fri, 10 Jan 2025 13:55:21 +0000 Subject: [PATCH] Add the banner for the Jan 30th WireMock live --- assets/js/notifications.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/assets/js/notifications.js b/assets/js/notifications.js index 35dccb97..0feba02d 100644 --- a/assets/js/notifications.js +++ b/assets/js/notifications.js @@ -1,7 +1,21 @@ var wiremock_notification_shown = localStorage.getItem( "wiremock_notification_shown", ); -var notifications = []; +var notifications = [ + { + content: { + title: + "Learn abount OpenAPI functionality in WireMock Cloud including API validation & contract testing at WireMock Live on January 30 " + + "Register now.", + }, + layout: { + style: "wiremock_notification_with_link", + position: "top", + className: "info", + autoHide: false, + }, + }, +]; if (wiremock_notification_shown == null) { localStorage.setItem("wiremock_notification_shown", true);