Skip to content

Commit af6305b

Browse files
authored
Update MediaUploadDocumentation.md
1 parent e755c3d commit af6305b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/spfx/viva/get-started/actions/media-upload/MediaUploadDocumentation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.date: 08/09/2022
88
> [!NOTE]
99
> The media upload capability in Adaptive Card Extension is available in SPFx v1.15.2.
1010
>
11-
> So make sure that you have installed it before proceeding further.
12-
>
1311
> For more information on installing the SPFx v1.15.2, see [SharePoint Framework v1.15.2 release notes](../../../../release-1.15.2.md).
1412
>
1513
> This tutorial also assumes that you have already built a SharePoint Adaptive Card Extension.
@@ -20,7 +18,7 @@ ms.date: 08/09/2022
2018

2119
### Select Media
2220

23-
Allows users to upload media content via an Adaptice Card Extension (ACE). The current size limitation is 1 MB per image. A user may specify any image type to be uploaded. **Note**: _If an image type isn't specified, then an error indicating only images can be uploaded will show up._
21+
Allows users to upload media content via an Adaptive Card Extension (ACE). The current size limitation is 1 MB per image. A user may specify any image type to be uploaded. **Note**: _If an image type isn't specified, then an error indicating only images can be uploaded will show up._
2422

2523
The ACE action for Select Media is: `VivaAction.SelectMedia`.
2624

@@ -143,4 +141,4 @@ If you don't want to write up a new ACE but still want to see the media upload i
143141

144142
Action | Viva Connection Desktop | Viva Connections Mobile | Browser
145143
------------- | ------------- | ------------- | -------------
146-
Select Media | Supported | Not Supported | Supported
144+
Select Media | Supported | Not Supported | Supported

0 commit comments

Comments
 (0)