Skip to content

Commit 0f9d9ec

Browse files
committed
Update Export Manager doc for 3.2.0
1 parent 9359951 commit 0f9d9ec

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

_data/screenshots.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1436,8 +1436,8 @@
14361436
screenshot_id: 185
14371437
component_type: "module"
14381438
component_id: 1
1439-
thumb_filename: "i185_th.gif"
1440-
filename: "i185.gif"
1439+
thumb_filename: "export-manager_th.png"
1440+
filename: "export-manager.png"
14411441
caption: "Export Manager: settings"
14421442
main_link: ""
14431443
list_order: 9

assets/screenshots/export-manager.png

197 KB
Loading
19 KB
Loading

assets/screenshots/i185.gif

-122 KB
Binary file not shown.

assets/screenshots/i185_th.gif

-14.3 KB
Binary file not shown.

modules/export_manager/main/settings.html

+22-13
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
navPage: docs
44
heading: Export Manager
55
breadcrumbs:
6-
- Modules,/modules
7-
- Export Manager,/modules/export_manager
8-
- Main Functionality,/modules/export_manager/main/
9-
- Settings
6+
- Modules,/modules
7+
- Export Manager,/modules/export_manager
8+
- Main Functionality,/modules/export_manager/main/
9+
- Settings
1010
prev: Managing Export Types,/modules/export_manager/main/managing_export_types/
1111
next: Reset to defaults,/modules/export_manager/main/reset_defaults
1212
categories: modules
@@ -15,17 +15,26 @@
1515

1616
{% include open_section.html nav='nav_export_manager.html' selected='settings' %}
1717

18-
<h3>Settings</h3>
18+
<h3>Settings</h3>
1919

20-
{% include screenshot.html item="i185.gif" %}
20+
{% include screenshot.html item="export-manager.png" %}
2121

22-
<p>
23-
The Settings page contains a couple of settings for the module. Specificaly, the
24-
Export Manager allows you to generate actual files on the server instead of popping
25-
them open in a popup or prompting download through a dialog window. For the file
26-
generation option, here you can control which folder should be used to create and store
27-
the files.
28-
</p>
22+
<p>
23+
The Settings page contains a few settings for the module.
24+
</p>
25+
26+
<ul>
27+
<li>
28+
<b>Export timeout</b>: generating a form data can take time, so this setting let you control the time at which
29+
it gives up on the export. By default, it's set to <code>300</code> seconds (5 minutes).
30+
</li>
31+
<li>
32+
<b>Generated files folder path / generated files folder URL</b>: when exporting data, the module lets you to
33+
generate actual files on the server instead of popping them open in a popup or prompting download through a
34+
dialog window. For the file generation option, these settings control which folder should be used to create and
35+
store the files.
36+
</li>
37+
</ul>
2938

3039

3140
{% include close_section.html %}

0 commit comments

Comments
 (0)