Skip to content

Commit

Permalink
[TASK] Allow sets to be excluded from site configuration GUI
Browse files Browse the repository at this point in the history
resolves: TYPO3-Documentation/Changelog-To-Doc#1081
releases: main, 13.4
  • Loading branch information
linawolf committed Oct 28, 2024
1 parent ae4d2d0 commit 7a54f88
Showing 1 changed file with 20 additions and 0 deletions.
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).

0 comments on commit 7a54f88

Please sign in to comment.