Skip to content

Commit ae7c22f

Browse files
committed
Fixed indentation formatting
1 parent 52f583a commit ae7c22f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ The parameters that it takes are as follows:
6060
You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over a step by step guide on how to create a card with the available media upload action.
6161

6262
1. **Upload an image**
63+
6364
In your template json file add the following action:
65+
6466
```json
6567
"actions": [
6668
{
@@ -75,7 +77,9 @@ You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over
7577
```
7678

7779
1. **Upload multiple images**
80+
7881
In your template json file add the following action:
82+
7983
```json
8084
"actions": [
8185
{
@@ -91,7 +95,9 @@ You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over
9195
```
9296

9397
1. **Upload only JPG images**
98+
9499
In your template json file add the following action:
100+
95101
```json
96102
"actions": [
97103
{
@@ -107,7 +113,9 @@ You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over
107113
```
108114

109115
1. **Upload allow only small images to be uploaded**
110-
In your template json file add the following action:
116+
117+
In your template json file add the following action:
118+
111119
```json
112120
"actions": [
113121
{

0 commit comments

Comments
 (0)