Skip to content

Commit

Permalink
Docs: Minor readme clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Apr 4, 2024
1 parent e389ed6 commit 0ebb3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ initLmcCookieConsentManager( // when loaded as a module, these options are passe
| `secondaryButtonMode` | SecondaryButtonMode (string) | `SecondaryButtonMode. ACCEPT_NECESSARY` (`acceptNecessary`) | Which button should be shown next to "Accept all". `acceptNecessary` (default) or `showSettings` (this option also hides link to show settings in consent text). |
| `on*` callbacks | function | `(cookieConsent) => {}` | See below for configurable callbacks. |
| `translationOverrides` | Record<string, TranslationOverride> | `{}` | Override default translation for specified languages. `consentTitle`, `descriptionIntro` and `settingsModalMoreInfo` could be overridden.<br>[See example][examples-configuration] |
| `cookieTable` | CookieTable | `{}` | Define cookie table for specified languages and specified categories<br>[See above for example configuration](#configuration) |
| `cookieTable` | CookieTable | `{}` | Define a cookie table (shown in the settings modal) for specified languages and specified categories.<br>[See above for example configuration](#configuration) |
### Supported languages
Expand Down

0 comments on commit 0ebb3ec

Please sign in to comment.