You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
When creating a custom category and setting initial preference to 'N/A' the consent manager displays correctly when launched however once preferences have been chosen and the manager is then relaunched, essential is displayed with Yes No option elements instead of 'N/A'. Using contentManager in Next with current NPM package.
const customCategories = { 'everything': { purpose: 'A new consent category for all integrations', integrations: [ 'Google Analytics', 'Visual Tagger', 'Google Tag Manager', 'Amplitude', 'Webhooks', 'Actions Google Analytic 4', ], }, 'Essential cookies': { purpose: 'Cookies that are needed to operate the website', integrations: [], }, };
When creating a custom category and setting initial preference to 'N/A' the consent manager displays correctly when launched however once preferences have been chosen and the manager is then relaunched, essential is displayed with Yes No option elements instead of 'N/A'. Using contentManager in Next with current NPM package.
const customCategories = { 'everything': { purpose: 'A new consent category for all integrations', integrations: [ 'Google Analytics', 'Visual Tagger', 'Google Tag Manager', 'Amplitude', 'Webhooks', 'Actions Google Analytic 4', ], }, 'Essential cookies': { purpose: 'Cookies that are needed to operate the website', integrations: [], }, };
const initialPreferences = { 'Essential cookies': 'N/A', };
after preferences chosen and the manager is relaunched:
The text was updated successfully, but these errors were encountered: