From 1e5111c094047bacd71b8471750c00183034fbde Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 15 Aug 2024 17:08:19 +0200 Subject: [PATCH] [TASK] Document proper file_list.primaryActions TS settings Reported in https://forge.typo3.org/issues/104630 a few items were missing here, which are available to be set. Also minor rephrasing to make things clearer. --- Documentation/UserTsconfig/Options.rst | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/Documentation/UserTsconfig/Options.rst b/Documentation/UserTsconfig/Options.rst index d82a21b..dcf6243 100644 --- a/Documentation/UserTsconfig/Options.rst +++ b/Documentation/UserTsconfig/Options.rst @@ -535,17 +535,25 @@ file_list.primaryActions :type: string :Default: :typoscript:`view,metadata,translations,delete` - Option to add more primary actions to the list view. + Option to add more primary actions to the list view, + which are otherwise only accessible through the "..." menu. The list of actions to be displayed can be given in the TSConfig of - the backend user. The actions that can be added are + the backend user. The actions that can be set are - * :typoscript:`view` - * :typoscript:`metadata` - * :typoscript:`delete` * :typoscript:`copy` * :typoscript:`cut` - - :typoscript:`translations` is always active. + * :typoscript:`delete` + * :typoscript:`download` + * :typoscript:`edit` + * :typoscript:`info` + * :typoscript:`metadata` + * :typoscript:`paste` + * :typoscript:`rename` + * :typoscript:`replace` + * :typoscript:`translations` (always active) + * :typoscript:`updateOnlineMedia` + * :typoscript:`upload` + * :typoscript:`view` .. index:: File list; Thumbnails height