Désactiver la multi sélection dans RFM
This commit is contained in:
parent
1a2238ff02
commit
a9cc7df0a2
2
core/vendor/filemanager/config/config.php
vendored
2
core/vendor/filemanager/config/config.php
vendored
@ -149,7 +149,7 @@ $config = array(
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| The user can delete multiple files, select all files , deselect all files
|
| The user can delete multiple files, select all files , deselect all files
|
||||||
*/
|
*/
|
||||||
'multiple_selection' => true,
|
'multiple_selection' => false,
|
||||||
/*
|
/*
|
||||||
|
|
|
|
||||||
| The user can have a select button that pass a json to external input or pass the first file selected to editor
|
| The user can have a select button that pass a json to external input or pass the first file selected to editor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user