From dad846d1c6d59abfd4c383da7085ae893cc40529 Mon Sep 17 00:00:00 2001 From: cabrinenyona <89448221+cabrinenyona@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:20:36 +0300 Subject: [PATCH 1/2] Added video component definition --- documentation/docs/components/video.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/components/video.md b/documentation/docs/components/video.md index bde00ca296..d22bc380a9 100644 --- a/documentation/docs/components/video.md +++ b/documentation/docs/components/video.md @@ -1,5 +1,7 @@ # Video +A video is a feature that allows users to view and interact with video content directly within the app. It enables the display of videos, whether they are pre-recorded, streaming, or live, enhancing the app's functionality and user experience. + ## Example | type | name |value |parameter_list | From f45bd25ed5ae24376e2146a61793635055e0cfea Mon Sep 17 00:00:00 2001 From: esmeetewinkel <74557272+esmeetewinkel@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:11:19 +0100 Subject: [PATCH 2/2] Update documentation/docs/components/video.md --- documentation/docs/components/video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/components/video.md b/documentation/docs/components/video.md index ea8a29448b..100e712c0b 100644 --- a/documentation/docs/components/video.md +++ b/documentation/docs/components/video.md @@ -1,6 +1,6 @@ # Video -A video is a feature that allows users to view and interact with video content directly within the app. It enables the display of videos, whether they are pre-recorded, streaming, or live, enhancing the app's functionality and user experience. +A video is a feature that allows users to view and interact with video content directly within the app. It enables the display of pre-recorded videos, enhancing the app's functionality and user experience. ## Example