feat: allow to create widgets
- supported widget types: therpad, jitsi, video, custom - update Matrix SDK Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
f335cdbaf6
commit
0ddaff75db
9 changed files with 241 additions and 18 deletions
|
|
@ -2759,5 +2759,15 @@
|
|||
}
|
||||
},
|
||||
"nextAccount": "Next account",
|
||||
"previousAccount": "Previous account"
|
||||
"previousAccount": "Previous account",
|
||||
"editWidgets": "Edit widgets",
|
||||
"addWidget": "Add widget",
|
||||
"widgetVideo": "Video",
|
||||
"widgetEtherpad": "Text note",
|
||||
"widgetJitsi": "Jitsi Meet",
|
||||
"widgetCustom": "Custom",
|
||||
"widgetName": "Name",
|
||||
"widgetUrlError": "This is not a valid URL.",
|
||||
"widgetNameError": "Please provide a display name.",
|
||||
"errorAddingWidget": "Error adding the widget."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue