1.0.5
- JavaScript inside the snippet now loades without blocking parsing of the document (Learn more)
- Configurable features can now also be translated
<?php
// site/config/config.php
return [
'michnhokn.cookie-banner' => [
'features' => [
'analytics' => 'custom.cookie-modal.analytics',
'mapbox' => 'custom.cookie-modal.mapbox',
...
]
]
];