Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

privacyPolicy key misplaced in sample config #471

Open
lgrapenthin opened this issue May 22, 2023 · 2 comments
Open

privacyPolicy key misplaced in sample config #471

lgrapenthin opened this issue May 22, 2023 · 2 comments

Comments

@lgrapenthin
Copy link

privacyPolicy: {

doesn't work in consentModal, needs to be on same level as consentModal

@kubcio
Copy link

kubcio commented Jun 9, 2023

Like this?

translations: {
        // translationsed defined under the 'zz' language code act as default
        // translations.
        en: {
            privacyPolicyUrl: 'https://new.abb.com/privacy-policy',
			privacyPolicy: {
						  text: 'To learn more, please read our',
				name: 'privacy policy',
			consentModal: {
                description:'Please select the optional cookies we can set on your device.',
				title: 'Cookie Consent Settings',
		
			},

for me it stops the banner from loading

@lgrapenthin
Copy link
Author

@kubcio Looks like you are missing a closing bracket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants