From eb9d9652f8a7da1539bddeaabc490ebb9b1e901c Mon Sep 17 00:00:00 2001 From: gjulivan Date: Fri, 3 Oct 2025 11:26:11 +0200 Subject: [PATCH 1/2] add file uploader advanced tab documentation --- .../modules/file-uploader.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md b/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md index 02d799aab35..7f01890bb12 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md @@ -81,10 +81,22 @@ This configuration sets a limit on how many files can be uploaded at once. This configuration sets a maximum limit on the file size of uploaded files. -#### Text Tab {#general} +#### Text Tab {#texttab} Configures the displayed text used in **File Uploader**. +#### Advanced Tab {#advanced} + +* **Object creation timeout** - Configure the timeouts to wait until object creation considered as failed. The value is in seconds. +* **Enable custom buttons** - Allows to use custom action buttons that will be displayed on the right side of file list instead of the standard +buttons. If set to **yes**, the default action buttons will be hidden. +* **Custom buttons** - Add custom buttons that will be used in file uploader. + * **Caption** - caption text configuration for the custom button. + * **Icon** - icon configuration for the custom button. + * **Action** - onclick action configuration for the custom button. + * **Default file action** - if set to **yes**, the action in the button will be use as default click action for the file. + * **Visible** - if set to **false**, the button will be hidden. + ### Nanoflows This module includes two predefined nanoflows: From 352cfa7a0e525581db616ec46499bc87d063f3a8 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:11:06 +0200 Subject: [PATCH 2/2] Update file-uploader.md --- .../modules/file-uploader.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md b/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md index 7f01890bb12..fe31b1612ce 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md @@ -56,8 +56,8 @@ For an advanced setup, useful when modifying the context entity is not possible, ##### Upload mode -* **Files** - Allows all file types by default, and adds a configuration option to specify a custom set of allowed file types. -* **Images** - Limits uploads to images and shows a preview thumbnail. +* **Files** — Allows all file types by default, and adds a configuration option to specify a custom set of allowed file types. +* **Images** — Limits uploads to images and shows a preview thumbnail. ##### Associated Files / Associated Images @@ -87,15 +87,15 @@ Configures the displayed text used in **File Uploader**. #### Advanced Tab {#advanced} -* **Object creation timeout** - Configure the timeouts to wait until object creation considered as failed. The value is in seconds. -* **Enable custom buttons** - Allows to use custom action buttons that will be displayed on the right side of file list instead of the standard -buttons. If set to **yes**, the default action buttons will be hidden. -* **Custom buttons** - Add custom buttons that will be used in file uploader. - * **Caption** - caption text configuration for the custom button. - * **Icon** - icon configuration for the custom button. - * **Action** - onclick action configuration for the custom button. - * **Default file action** - if set to **yes**, the action in the button will be use as default click action for the file. - * **Visible** - if set to **false**, the button will be hidden. +* **Object creation timeout** — Configures the timeouts to wait until object creation has failed. The value is in seconds. +* **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 +buttons. If set to **Yes**, the default action buttons will be hidden. +* **Custom buttons** — Adds custom buttons that will be used in file uploader. + * **Caption** — Captions text configuration for the custom button. + * **Icon** — Provides icon configuration for the custom button. + * **Action** — Provides **On click** action configuration for the custom button. + * **Default file action** — If set to **Yes**, the action in the button will be use as default click action for the file. + * **Visible** — If set to **False**, the button will be hidden. ### Nanoflows