Skip to content

Commit c0db4fd

Browse files
committed
docs
1 parent 7eab8b1 commit c0db4fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ categories.
275275
If set to `true`, all categories will be collapsed by default.
276276
277277
The `use_floating_modal` field is optional and, if set to `true`, will disable the use of `showModal()` on the dialog HTML,
278-
and the fully-accessible modal.
278+
and the fully-accessible modal. It will show a floating window on the left, instead.
279279
280280
You can add as many cookie categories as you like, simply by adding values to the `cookies` array.
281281

config/cookies_consent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'use_separate_page' => false, // Set to true to use a separate page for cookies explanation
2323
'categories_collapsed_by_default' => true, // Set to false to initially collapse the optional categories
2424
'cookie_policy_page_custom_url' => null, // Set the custom page URL if use_separate_page is set to true and you want to use a custom URL or Laravel route
25-
'use_floating_modal' => false, // Set to false to disable the use of showModal() on the dialog HTML element
25+
'use_floating_modal' => false, // Set to true to disable the use of showModal() on the dialog HTML element
2626
/*
2727
|--------------------------------------------------------------------------
2828
| Editor

0 commit comments

Comments
 (0)