Skip to content

Commit

Permalink
V2 Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jul 5, 2024
1 parent 433a079 commit 06d8784
Show file tree
Hide file tree
Showing 15 changed files with 1,970 additions and 239 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ phpstan.neon
testbench.yaml
vendor
node_modules
public
storage
10 changes: 9 additions & 1 deletion config/cookies_consent.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* (for example "my_app_", in order for the cookies not to be mingled when running locally.
*/
'cookie_prefix' => '',
'display_floating_button' => false, // Set to false to display the footer link instead
'use_separate_page' => false, // Set to true to use a separate page for cookies explanation
/*
|--------------------------------------------------------------------------
| Editor
Expand All @@ -24,7 +26,13 @@
|
*/
'cookies' => [
'strictly_necessary',
'strictly_necessary' => [
[
'name' => 'cookies_consent_selection',
'description' => 'This cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.',
'policy' => 'https://www.example.com/privacy-policy',
],
],
'targeting',
'performance',
'functionality',
Expand Down
Loading

0 comments on commit 06d8784

Please sign in to comment.