Skip to content

Commit 644b11a

Browse files
authored
Merge pull request #10181 from gjulivan/development3
add file uploader advanced tab documentation
2 parents ef64895 + 352cfa7 commit 644b11a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ For an advanced setup, useful when modifying the context entity is not possible,
5656

5757
##### Upload mode
5858

59-
* **Files** - Allows all file types by default, and adds a configuration option to specify a custom set of allowed file types.
60-
* **Images** - Limits uploads to images and shows a preview thumbnail.
59+
* **Files** Allows all file types by default, and adds a configuration option to specify a custom set of allowed file types.
60+
* **Images** Limits uploads to images and shows a preview thumbnail.
6161

6262
##### Associated Files / Associated Images
6363

@@ -81,10 +81,22 @@ This configuration sets a limit on how many files can be uploaded at once.
8181

8282
This configuration sets a maximum limit on the file size of uploaded files.
8383

84-
#### Text Tab {#general}
84+
#### Text Tab {#texttab}
8585

8686
Configures the displayed text used in **File Uploader**.
8787

88+
#### Advanced Tab {#advanced}
89+
90+
* **Object creation timeout** — Configures the timeouts to wait until object creation has failed. The value is in seconds.
91+
* **Enable custom buttons** — Allows the use of custom action buttons that will be displayed on the right side of file list instead of the standard
92+
buttons. If set to **Yes**, the default action buttons will be hidden.
93+
* **Custom buttons** — Adds custom buttons that will be used in file uploader.
94+
* **Caption** — Captions text configuration for the custom button.
95+
* **Icon** — Provides icon configuration for the custom button.
96+
* **Action** — Provides **On click** action configuration for the custom button.
97+
* **Default file action** — If set to **Yes**, the action in the button will be use as default click action for the file.
98+
* **Visible** — If set to **False**, the button will be hidden.
99+
88100
### Nanoflows
89101

90102
This module includes two predefined nanoflows:

0 commit comments

Comments
 (0)