Skip to content

Commit

Permalink
Feat: Add temporary placeholder for other translations of settings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 31, 2022
1 parent 3560405 commit bf99467
Show file tree
Hide file tree
Showing 9 changed files with 295 additions and 43 deletions.
2 changes: 1 addition & 1 deletion src/LmcCookieConsentManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const LmcCookieConsentManager: CookieConsentManager = (serviceName, args) => {
settings_modal: {
layout: VanillaCookieConsent.GuiSettingsLayout.BOX,
transition: VanillaCookieConsent.Transition.SLIDE,
}
},
},
onAccept: (cookie: VanillaCookieConsent.Cookie<CookieConsentCategory>) => {
const userPreferences = cookieConsent.getUserPreferences();
Expand Down
Loading

0 comments on commit bf99467

Please sign in to comment.