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

[Backport 13.4] [TASK] Allow sets to be excluded from site configuration GUI #577

Merged
merged 1 commit into from
Nov 19, 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
20 changes: 20 additions & 0 deletions Documentation/UserTsconfig/Options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1043,3 +1043,23 @@ Properties
:typoscript:`options.showHistory.[tableName]`.
Any value set for a single table will override the default value set for
:typoscript:`showHistory`.

.. confval:: hideSets
:name: useroptions-hideSets
:type: comma separated list

Hides existing :ref:`Site sets <t3coreapi:site-sets>` from the list of available
sets for backend users, in case only a curated list of sets
shall be selectable:

.. code-block:: typoscript
:caption: EXT:my_extension/Configuration/user.tsconfig

options.sites.hideSets := addToList(typo3/fluid-styled-content)

The :guilabel:`Site Management > Sites` GUI will not show hidden sets,
but makes one exception if a hidden set has already been applied to a site

In this case a set
marked as hidden will be shown in the list of currently activated sets (that means
it can be introspected and removed via backend UI).
Loading