Skip to content

Commit

Permalink
Adding support for "privacyPolicyNoticeAtCollectionUrl" config key (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco authored Oct 30, 2023
1 parent b10b6d5 commit 0dd17d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/components/IubendaCookieSolutionBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export interface IubendaCookieSolutionBannerConfigInterface {
// Privacy and cookie policy
privacyPolicyUrl?: string;
cookiePolicyUrl?: string;
privacyPolicyNoticeAtCollectionUrl?: string;
cookiePolicyInOtherWindow?: boolean;

// Advanced settings
Expand Down

0 comments on commit 0dd17d9

Please sign in to comment.