Skip to content

Commit

Permalink
chore: small documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
shauke committed Sep 8, 2023
1 parent f357086 commit 754cb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Of course, the ICM server must supply appropriate REST resources to leverage fun
| productNotifications | Product notifications feature for price and in stock notifications |
| rating | Display product ratings |
| recently | Display recently viewed products (additional configuration via `dataRetention` configuration options) |
| saveLanguageSelection | Save the user's language selection and restore it after pwa load |
| saveLanguageSelection | Save the user's language selection and restore it after PWA load |
| storeLocator | Display physical stores and their addresses |
| **B2B Features** | |
| businessCustomerRegistration | Create business customers on registration |
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Be aware that some browsers no longer accept cookies with `SameSite=None` withou
Before by default no `SameSite` was set so browsers treated it as `SameSite=Lax`, this needs to be set explicitly now if it is really intended.
For migrating check the calls of the `cookies.service` `put` method whether they need to be adapted.

The user's language selection is saved as a cookie now and restored after the pwa is loaded.
This functionality can be enabled/disabled by the feature toggle `saveLanguageSelection`.
The user's language selection is saved as a cookie (`preferredLocale`) now and restored after the PWA is loaded.
This functionality can be enabled/disabled with the feature toggle `saveLanguageSelection`.

## 4.0 to 4.1

Expand Down

0 comments on commit 754cb24

Please sign in to comment.