Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Element Web
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Element (formerly New Vector)
Element Web
Commits
1de7828e
Commit
1de7828e
authored
Apr 12, 2021
by
Travis Ralston
Browse files
Options
Downloads
Patches
Plain Diff
Write out docs explicitly.
parent
bd38ad51
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/config.md
+7
-4
7 additions, 4 deletions
docs/config.md
with
7 additions
and
4 deletions
docs/config.md
+
7
−
4
View file @
1de7828e
...
@@ -119,10 +119,13 @@ For a good example, see https://develop.element.io/config.json.
...
@@ -119,10 +119,13 @@ For a good example, see https://develop.element.io/config.json.
1.
`mobileBuilds`
: Used to alter promotional links to the mobile app. By default the
1.
`mobileBuilds`
: Used to alter promotional links to the mobile app. By default the
builds are considered available and accessible from https://element.io. This config
builds are considered available and accessible from https://element.io. This config
option is typically used in a context of encouraging the user to try the mobile app
option is typically used in a context of encouraging the user to try the mobile app
instead of a mobile/incompatible browser. There are 3 possible fields for this config
instead of a mobile/incompatible browser.
option:
`ios`
,
`android`
,
`fdroid`
. For all 3, when set to a string then that URL will
1.
`ios`
: The URL to the iOS build. If
`null`
, it will be assumed to be not available.
be used. When not defined, the default element.io apps will be used. When explicitly
If not set, the default element.io builds will be used.
set to
`null`
, that platform will be considered unavailable.
1.
`android`
: The URL to the Android build. If
`null`
, it will be assumed to be not available.
If not set, the default element.io builds will be used.
1.
`fdroid`
: The URL to the FDroid build. If
`null`
, it will be assumed to be not available.
If not set, the default element.io builds will be used.
1.
`mobileGuideToast`
: Whether to show a toast a startup which nudges users on
1.
`mobileGuideToast`
: Whether to show a toast a startup which nudges users on
iOS and Android towards the native mobile apps. The toast redirects to the
iOS and Android towards the native mobile apps. The toast redirects to the
mobile guide if they accept. Defaults to false.
mobile guide if they accept. Defaults to false.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment