Download the PHP package medienbaecker/kirby-kookie without Composer
On this page you can find all versions of the php package medienbaecker/kirby-kookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package kirby-kookie
Kirby Kookie (WIP)
Let users accept/reject cookies and display the <script>
tags in site/snippets/cookies_accepted.php
conditionally.
Simply insert `` and you're good to go.
Options
# site/config/config.php
return [
'medienbaecker.kookie.color' => '#000000',
'medienbaecker.kookie.background-color' => '#ffffff',
'medienbaecker.kookie.color-accept' => '#ffffff',
'medienbaecker.kookie.background-color-accept' => '#000000',
'medienbaecker.kookie.color-reject' => '#ffffff',
'medienbaecker.kookie.background-color-reject' => '#777777',
'medienbaecker.kookie.text' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'medienbaecker.kookie.link' => 'privacy',
'medienbaecker.kookie.linkText' => 'Learn more',
'medienbaecker.kookie.accept' => 'Accept',
'medienbaecker.kookie.reject' => 'Reject',
]
All versions of kirby-kookie with dependencies
PHP Build Version
Package Version
Requires
getkirby/composer-installer Version
^1.1
The package medienbaecker/kirby-kookie contains the following files
Loading the files please wait ....