From 7a54f8843ce17c673be3e54b99588937aad56133 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Mon, 28 Oct 2024 09:56:27 +0100 Subject: [PATCH] [TASK] Allow sets to be excluded from site configuration GUI resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1081 releases: main, 13.4 --- Documentation/UserTsconfig/Options.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Documentation/UserTsconfig/Options.rst b/Documentation/UserTsconfig/Options.rst index d4254d3..fc99173 100644 --- a/Documentation/UserTsconfig/Options.rst +++ b/Documentation/UserTsconfig/Options.rst @@ -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 ` 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).