From 0dd17d9806bc034f7912fb2288749569a063bb4b Mon Sep 17 00:00:00 2001 From: Marco Lipparini <1532277+liarco@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:41:26 +0100 Subject: [PATCH] Adding support for "privacyPolicyNoticeAtCollectionUrl" config key (#9) --- package.json | 2 +- src/components/IubendaCookieSolutionBanner.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ce35b66..2664ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mep-agency/next-iubenda", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha4", "private": false, "description": "A React library for integrating Iubenda's Cookie Solution into Next.js projects", "source": "src/index.tsx", diff --git a/src/components/IubendaCookieSolutionBanner.tsx b/src/components/IubendaCookieSolutionBanner.tsx index 76fd125..27fdd21 100644 --- a/src/components/IubendaCookieSolutionBanner.tsx +++ b/src/components/IubendaCookieSolutionBanner.tsx @@ -178,6 +178,7 @@ export interface IubendaCookieSolutionBannerConfigInterface { // Privacy and cookie policy privacyPolicyUrl?: string; cookiePolicyUrl?: string; + privacyPolicyNoticeAtCollectionUrl?: string; cookiePolicyInOtherWindow?: boolean; // Advanced settings