Commit 9105e79f authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #86 from hypothesis/add-config-defaults

Document the default values of client config keys
parents 29410350 e1b12e86
...@@ -23,12 +23,14 @@ Config keys ...@@ -23,12 +23,14 @@ Config keys
### `openLoginForm` ### `openLoginForm`
_Boolean_. Controls whether the login panel is automatically opened on startup, _Boolean_. Controls whether the login panel is automatically opened on startup,
as if the user had clicked "Log in" themselves. as if the user had clicked "Log in" themselves. (Default: _false_.)
### `openSidebar` ### `openSidebar`
_Boolean_. Controls whether the sidebar opens automatically on startup. _Boolean_. Controls whether the sidebar opens automatically on startup.
(Default: _false_.)
### `showHighlights` ### `showHighlights`
_Boolean_. Controls whether the in-document highlights are shown by default. _Boolean_. Controls whether the in-document highlights are shown by default.
(Default: _true_.)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment