Skip to content

Commit

Permalink
Docs: Update links to orestbida library documentation to point to its…
Browse files Browse the repository at this point in the history
… branch v2.9
  • Loading branch information
OndraM committed Feb 19, 2024
1 parent e7e73d5 commit 17084ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ Distributed under the MIT License. See [LICENSE](https://github.com/lmc-eu/cooki
for more information.
[cookie consent]: https://github.com/orestbida/cookieconsent
[cookie consent api]: https://github.com/orestbida/cookieconsent#api-methods
[cookie consent third party]: https://github.com/orestbida/cookieconsent#how-to-blockmanage-scripts
[cookie consent options]: https://github.com/orestbida/cookieconsent#all-configuration-options
[cookie consent api]: https://github.com/orestbida/cookieconsent/tree/v2.9?tab=readme-ov-file#api
[cookie consent third party]: https://github.com/orestbida/cookieconsent/tree/v2.9?tab=readme-ov-file#how-to-blockmanage-scripts
[cookie consent options]: https://github.com/orestbida/cookieconsent/tree/v2.9?tab=readme-ov-file#configuration-options
[orest bida]: https://github.com/orestbida
[spirit design system]: https://github.com/lmc-eu/spirit-design-system
[spirit design tokens]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/design-tokens
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2 class="mt-md-3 mb-3">Use cookieConsent instance</h2>
secondaryButtonMode: 'showSettings', // use "Show settings" as the secondary button instead of default "Accept only necessary"
companyNames: ['Alma Career', 'Some Other Company', 'ACME'], // define custom company names to be shown in the consent text
consentCollectorApiUrl: 'https://ccm.lmc.cz/local-data-acceptation-data-entries?Spot=(public,demo)', // override default URL for demo purposes; do not set custom consentCollectorApiUrl unless you have been explicitly guided to do so!
config: { // override default config of the underlying library, see https://github.com/orestbida/cookieconsent#all-available-options
config: { // override default config of the underlying library, see https://github.com/orestbida/cookieconsent/tree/v2.9?tab=readme-ov-file#configuration-options
delay: 500, // show cookie consent banner after 500ms
page_scripts: false, // disable third-party script management, see https://github.com/lmc-eu/cookie-consent-manager#third-party-scripts-loaded-via-script
cookie_necessary_only_expiration: 30, // expire consent after 30 days instead of default 60 (when only necessary accepted)
Expand Down

0 comments on commit 17084ae

Please sign in to comment.