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: Configuration/TypoScript/Main/constants.typoscript
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,10 @@ plugin.tx_powermail {
219
219
# cat=powermail_additional//0840; type=boolean; label= Randomized Filenames: Uploaded filenames can be randomized to respect data privacy
220
220
randomizeFileName = 1
221
221
222
-
# cat=powermail_additional//0845; type=boolean; label= Force JavaScript Datepicker: Per default html5 Date or Datetime format is used. If you don't want to use it and want to have the same datepicker all over all browsers, you can enable this feature
222
+
# cat=powermail_additional//0840; type=boolean; label= Prepend original file name: Prepend original file name to randomized file name if randomizeFileName is enabled
223
+
randomizePrependOriginalFileName = 0
224
+
225
+
# cat=powermail_additional//0845; type=boolean; label= Force JavaScript Datepicker: Per default html5 Date or Datetime format is used. If you don't want to use it and want to have the same datepicker all over all browsers, you can enable this feature
223
226
forceJavaScriptDatePicker = 0
224
227
225
228
# cat=powermail_additional//0850; type=boolean; label= Debug Settings: Show all Settings from TypoScript, Flexform and Global Config in Devlog
Copy file name to clipboardExpand all lines: Documentation/ForAdministrators/BestPractice/MainTypoScript.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,9 @@ plugin.tx_powermail {
231
231
# cat=powermail_additional//0840; type=boolean; label= Randomized Filenames: Uploaded filenames can be randomized to respect data privacy
232
232
randomizeFileName = 1
233
233
234
+
# cat=powermail_additional//0840; type=boolean; label= Prepend original file name: Prepend original file name to randomized file name if randomizeFileName is enabled
235
+
randomizePrependOriginalFileName = 0
236
+
234
237
# cat=powermail_additional//0845; type=boolean; label= Force JavaScript Datepicker: Per default html5 Date or Datetime format is used. If you don't want to use it and want to have the same datepicker all over all browsers, you can enable this feature
Copy file name to clipboardExpand all lines: Documentation/ForAdministrators/PowermailFrontend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ values again.
18
18
|-------|-------------|-------------|-----|
19
19
| Choose your view | Choose a view | List or Detail, Edit, All Views | Main Settings |
20
20
| Choose a form | Choose an existing form | Select a Form and click save | Main Settings |
21
-
| Select a page with mails | Select a page with mails (optionsl) | Only mails which are stored in the given page are shown in the frontent (optional setting). | Main Settings |
21
+
| Select a page with mails | Select a page with mails (optionsl) | Only mails which are stored in the given page are shown in the frontend (optional setting). | Main Settings |
22
22
| Choose Fields | Choose Fields (Empty: All Fields) | Let the selection empty if you want to see all form values. | Listview |
23
23
| Export Formats | Add links to different export methods by adding some. | XLS, CSV or RSS feed is possible in powermail_frontend. | Listview |
24
24
| Show entries... | If you want to show only mails within a timeperiod, add some seconds. | If you want to show the mails of the last 24h add “86400”. Let this field empty to disable this function. | Listview |
0 commit comments