Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

[BUGFIX] Use lowercase for file_list.uploader.defaultAction #511

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Documentation/UserTsconfig/Options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -568,13 +568,13 @@ file_list.uploader.defaultAction
Default action for the modal that appears when during file upload a name
collision occurs. Possible values:

:typoscript:`Cancel`
:typoscript:`cancel`
Abort the action.

:typoscript:`Rename`
:typoscript:`rename`
Append the file name with a numerical index.

:typoscript:`Replace`
:typoscript:`replace`
Override the file with the uploaded one.


Expand Down
Loading