Skip to content

Commit

Permalink
[TASK] Document proper file_list.primaryActions TS settings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
garvinhicking committed Aug 15, 2024
1 parent 3a864c2 commit 1e5111c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions Documentation/UserTsconfig/Options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e5111c

Please sign in to comment.