-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from orestbida/v2.8
v2.8.3
- Loading branch information
Showing
10 changed files
with
3,053 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ dev_tools/ | |
.vscode/ | ||
*.py | ||
*.env | ||
*.jar | ||
*.jar | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,8 @@ A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain ja | |
|
||
```bash | ||
# CDN links | ||
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.js | ||
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.css | ||
https://cdn.jsdelivr.net/gh/orestbida/[email protected].3/dist/cookieconsent.js | ||
https://cdn.jsdelivr.net/gh/orestbida/[email protected].3/dist/cookieconsent.css | ||
``` | ||
|
||
Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm. | ||
|
@@ -871,7 +871,6 @@ Below a table which sums up all of the available options (must be passed to the | |
</p> | ||
</details> | ||
- More to be added ... | ||
### How to configure languages & cookie settings | ||
Languages is an object which basically holds all of the text/html of your cookie modals in different languages. In here you can define `cookie categories`, `cookie tables`, `opt-in/out toggle` for each category and more. For each language, a `consent_modal` object and a `settings_modal` object must be configured. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.