Update config.md for new feature behaviour

This commit is contained in:
Travis Ralston 2020-08-17 14:02:19 -06:00
parent 3e924941c3
commit 2c952b422b

View file

@ -22,12 +22,12 @@ For a good example, see https://develop.element.io/config.json.
`default_hs_url` is specified. When multiple sources are specified, it is unclear `default_hs_url` is specified. When multiple sources are specified, it is unclear
which should take priority and therefore the application cannot continue. which should take priority and therefore the application cannot continue.
* As of Element 1.4.0, identity servers are optional. See [Identity servers](#identity-servers) below. * As of Element 1.4.0, identity servers are optional. See [Identity servers](#identity-servers) below.
1. `features`: Lookup of optional features that may be `enable`d, `disable`d, or 1. `features`: Lookup of optional features that may be force-enabled (`true`) or force-disabled (`false`).
exposed to the user in the `labs` section of settings. The available When features are not listed here, their defaults will be used, and users can turn them on/off if `showLabsSettings`
optional experimental features vary from release to release and are [documented](labs.md). The feature flag process is allows them to. The available optional experimental features vary from release to release and are
[documented](feature-flags.md) as well. [documented](labs.md). The feature flag process is [documented](feature-flags.md) as well.
1. `showLabsSettings`: Shows the "labs" tab of user settings even when no `features` are enabled 1. `showLabsSettings`: Shows the "labs" tab of user settings. Useful to allow users to turn on experimental features
or present. Useful for getting at settings which may be otherwise hidden. they might not otherwise have access to.
1. `brand`: String to pass to your homeserver when configuring email notifications, to let the 1. `brand`: String to pass to your homeserver when configuring email notifications, to let the
homeserver know what email template to use when talking to you. homeserver know what email template to use when talking to you.
1. `branding`: Configures various branding and logo details, such as: 1. `branding`: Configures various branding and logo details, such as: