forked from matrix/element-web
Docs for inline widgets feature
This commit is contained in:
parent
8458aa7978
commit
1b8fe9e782
|
@ -8,7 +8,7 @@ dropped. Ask in the room if you are unclear about any details here.**
|
||||||
|
|
||||||
## Render simple counters in room header
|
## Render simple counters in room header
|
||||||
|
|
||||||
Allows rendering of labelled counters above the message list.
|
`feature_state_counters` allows rendering of labelled counters above the message list.
|
||||||
|
|
||||||
Once enabled, send a custom state event to a room to set values:
|
Once enabled, send a custom state event to a room to set values:
|
||||||
|
|
||||||
|
@ -42,4 +42,9 @@ accessible from the reaction/context bar when hovering a message.
|
||||||
This feature is currently under active development,
|
This feature is currently under active development,
|
||||||
and only portions have been implemented so far.
|
and only portions have been implemented so far.
|
||||||
|
|
||||||
|
## Inline widgets
|
||||||
|
|
||||||
|
`feature_inline_widgets` allows rendering and sending of inline widgets. Inline
|
||||||
|
widgets are typically polls or rich embedded content in rooms.
|
||||||
|
|
||||||
[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org
|
[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org
|
||||||
|
|
Loading…
Reference in New Issue