Skip to content

Commit 629fd9f

Browse files
Gerry-Fordejmagak
andauthored
Update modules/customizing-the-appearance/con-language-persistence.adoc
Co-authored-by: Judith Magak <[email protected]>
1 parent 959a988 commit 629fd9f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/customizing-the-appearance/con-language-persistence.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ Default language selection uses the following priority order:
1717
[source,yaml,subs="+quotes"]
1818
----
1919
userSettings:
20-
persistence: browser # <1>
20+
persistence: browser
2121
----
22-
<1> To opt-out and use browser local storage, set this value to `browser`. Optionally, set this value to `database` to persist across browsers and devices. This the default setting and does not require this configuration to be set.
22+
+
23+
where:
24+
25+
userSettings:persistence::
26+
Enter `browser` to opt-out and use browser local storage. Optionally, set this value to `database` to persist across browsers and devices. This the default setting and does not require this configuration to be set.
2327

0 commit comments

Comments
 (0)