Skip to content

1.0.5

Compare
Choose a tag to compare
@michnhokn michnhokn released this 16 Sep 10:52
  • 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',
            ...
        ]
    ]
];