You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ This action runs after a successful upload. When uploading multiple files at onc
97
97
98
98
##### On Upload Failure
99
99
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.
101
101
102
102
{{% alert color="info" %}}
103
103
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
109
109
110
110
##### Custom Buttons
111
111
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.
0 commit comments