Download the PHP package linkthom/kirby-kookie without Composer
On this page you can find all versions of the php package linkthom/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 [
'kookie.color' => '#000000',
'kookie.background-color' => '#ffffff',
'kookie.color-accept' => '#ffffff',
'kookie.background-color-accept' => '#000000',
'kookie.color-reject' => '#ffffff',
'kookie.background-color-reject' => '#777777',
'kookie.text' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'kookie.link' => 'privacy',
'kookie.linkText' => 'Learn more',
'kookie.accept' => 'Accept',
'kookie.reject' => 'Reject',
]
All versions of kirby-kookie with dependencies
PHP Build Version
Package Version
Requires
getkirby/composer-installer Version
^1.1
The package linkthom/kirby-kookie contains the following files
Loading the files please wait ....