1.0.9
- 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' => '...',
]
];