TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _feature-86670:
|
||||
|
||||
================================================================
|
||||
Feature: #86670 - Make default action in DragUploader adjustable
|
||||
================================================================
|
||||
|
||||
See :issue:`86670`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
It is now possible to configure the default action for DragUploader in the file list module using User TSConfig.
|
||||
|
||||
.. code-block:: typoscript
|
||||
|
||||
# Set default to replace:
|
||||
options.file_list.uploader.defaultAction = replace
|
||||
|
||||
# Set default to rename:
|
||||
options.file_list.uploader.defaultAction = rename
|
||||
|
||||
# Set default to cancel (cancel is also the default and set the option to skip):
|
||||
options.file_list.uploader.defaultAction = cancel
|
||||
|
||||
|
||||
.. index:: Backend, TSConfig, ext:filelist
|
||||
Reference in New Issue
Block a user