Skip to content

Commit

Permalink
Test: Add SecondaryButtonMode to typescript example
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jun 29, 2022
1 parent b96f653 commit 5c517f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/webpack-with-typescript/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// eslint-disable-next-line import/no-unresolved
import LmcCookieConsentManager, { DisplayMode } from '@lmc-eu/cookie-consent-manager';
import LmcCookieConsentManager, { DisplayMode, SecondaryButtonMode } from '@lmc-eu/cookie-consent-manager';

const ccmArgs = {
displayMode: DisplayMode.SOFT,
secondaryButtonMode: SecondaryButtonMode.SHOW_SETTINGS,
config: {
cookie_name: 'lmc_ccm_example',
cookie_domain: 'example.com',
Expand Down

0 comments on commit 5c517f2

Please sign in to comment.