mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Add docs for widget container height option
See https://github.com/matrix-org/matrix-react-sdk/pull/12893
This commit is contained in:
parent
7073fb2faf
commit
f05b2691b8
2 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
"https://scalar-staging.vector.im/api",
|
||||
"https://scalar-staging.riot.im/scalar/api"
|
||||
],
|
||||
"default_widget_height": "280px",
|
||||
"default_country_code": "GB",
|
||||
"show_labs_settings": false,
|
||||
"features": {},
|
||||
|
|
|
@ -452,6 +452,11 @@ If you would like to use Scalar, the integration manager maintained by Element,
|
|||
}
|
||||
```
|
||||
|
||||
For widgets in general (from an integration manager or not) there is also:
|
||||
* `default_widget_container_height`
|
||||
|
||||
This controls the height that the top widget panel initially appears as and is the height in pixels, default 280.
|
||||
|
||||
## Administrative options
|
||||
|
||||
If you would like to include a custom message when someone is reporting an event, set the following Markdown-capable field:
|
||||
|
|
Loading…
Reference in a new issue