Skip to content

Commit

Permalink
Update readme to reflect real default values
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreavizou committed Mar 3, 2021
1 parent c83a202 commit 5a070d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ React.renderComponent(
| **statisticsOptionText** | string | "Statistics" | *optional*. Text for the *statistics* cookies checkbox |
| **marketingOptionText** | string | "Marketing" | *optional*. Text for the *marketing* cookies checkbox |
| **acceptButtonText** | string | "Accept" | *optional*. Text for the *accept* button |
| **declineButtonText** | string | "Decline" | *optional*. Text for the *decline* button |
| **managePreferencesButtonText** | string | "Decline" | *optional*. Text for the *manage preferences* button |
| **savePreferencesButtonText** | string | "Decline" | *optional*. Text for the save and close* button |
| **declineButtonText** | string | "Decline all" | *optional*. Text for the *decline* button |
| **managePreferencesButtonText** | string | "Manage my cookies" | *optional*. Text for the *manage preferences* button |
| **savePreferencesButtonText** | string | "Save and close" | *optional*. Text for the save and close* button |
| **showDeclineButton** | bool | false | *optional*. Show or hide the *decline* button |
| **dismissOnScroll** | bool | false | *optional*. Enable or disable the dismissing on scroll of the banner |
| **showPreferencesOption** | bool | true | *optional*. Show or hide the *preferences* checkbox |
Expand Down

0 comments on commit 5a070d5

Please sign in to comment.