nuxt-c15t Playground

State: ui: none

Policy Packs

Offline-mode presets evaluated by c15t in region > country > default order. Change countryOverride in nuxt.config.ts to see a different pack match.

Resolved location

country
(unknown)
region
(none)
jurisdiction
(unresolved)

Configured packs

  • europeOptIn — Germany (europeOptIn)
  • californiaOptOut — California (californiaOptOut)  (Set countryOverride to US to simulate)
  • quebecOptIn — Quebec (quebecOptIn)  (countryOverride only sets country — region resolution needs backend)
  • worldNoBanner — Australia → worldNoBanner fallback

Current consent state

{}

Config

import { policyPackPresets } from 'c15t'

c15t: {
  mode: 'offline',
  policyPacks: [
    policyPackPresets.europeOptIn(),
    policyPackPresets.californiaOptOut(),
    policyPackPresets.quebecOptIn(),
    policyPackPresets.worldNoBanner(),
  ],
}