✨ Add video-stream widget (#685)
This commit is contained in:
24
public/locales/en/modules/video-stream.json
Normal file
24
public/locales/en/modules/video-stream.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Video Stream",
|
||||
"description": "Embed a video stream or video from a camera or a website",
|
||||
"settings": {
|
||||
"title": "Settings for video stream widget",
|
||||
"cameraFeedUrl": {
|
||||
"label": "Camera feed url"
|
||||
},
|
||||
"autoPlay": {
|
||||
"label": "Auto play"
|
||||
},
|
||||
"muted": {
|
||||
"label": "Muted audio"
|
||||
},
|
||||
"controls": {
|
||||
"label": "Video player controls"
|
||||
}
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"invalidStream": "Invalid stream"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user