Skip to content

1.0.9

Compare
Choose a tag to compare
@michnhokn michnhokn released this 15 Feb 16:13
  • Add support for none multi-lang setups.

You can now customize the cookie modal texts even without enabling multilingualism. To do this, simply change the following values in config.php:

return [
    'michnhokn.cookie-banner.content' => [
        'title' => '🍪 Cookie Einstellungen',
        'text' => '...',
        'essentialText' => '...',
        'denyAll' => '...',
        'acceptAll' => '...',
        'save' => '...',
    ]   
];