Skip to content

Commit dcf5271

Browse files
committed
format
1 parent 26f8d56 commit dcf5271

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This action runs after a successful upload. When uploading multiple files at onc
9797

9898
##### On Upload Failure
9999

100-
This action runs when an upload to the server has started but failed during the process. The created object will be passed to the action. This is useful to perform cleanups from empty, dangling objects that are created but the content was not uploaded to them.
100+
This action runs when an upload to the server started, but failed during the process. The created object will be passed to the action. This is useful to perform cleanups from empty, dangling objects that are created but the content was not uploaded to them.
101101

102102
{{% alert color="info" %}}
103103
This action will not run if a validation error occurred on the client side, for example, if a provided file was too big or had an incorrect extension.
@@ -109,12 +109,13 @@ Allows the use of custom action buttons that will be displayed on the right side
109109

110110
##### Custom Buttons
111111

112-
Adds custom buttons that will be used in the file uploader.
113-
* **Caption** — Caption text configuration for the custom button.
114-
* **Icon** — Provides icon configuration for the custom button.
115-
* **Action** — Provides **On click** action configuration for the custom button.
116-
* **Default file action** — If set to **Yes**, the action in the button will be used as the default click action for the file.
117-
* **Visible** — If set to **False**, the button will be hidden.
112+
Adds custom buttons that will be used in the file uploader:
113+
114+
* **Caption** — Caption text configuration for the custom button.
115+
* **Icon** — Provides icon configuration for the custom button.
116+
* **Action** — Provides **On click** action configuration for the custom button.
117+
* **Default file action** — If set to **Yes**, the action in the button will be used as the default click action for the file.
118+
* **Visible** — If set to **False**, the button will be hidden.
118119

119120
### Nanoflows
120121

0 commit comments

Comments
 (0)