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

Commit 7a54f88

Browse files
committed
[TASK] Allow sets to be excluded from site configuration GUI
resolves: TYPO3-Documentation/Changelog-To-Doc#1081 releases: main, 13.4
1 parent ae4d2d0 commit 7a54f88

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Documentation/UserTsconfig/Options.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,3 +1043,23 @@ Properties
10431043
:typoscript:`options.showHistory.[tableName]`.
10441044
Any value set for a single table will override the default value set for
10451045
:typoscript:`showHistory`.
1046+
1047+
.. confval:: hideSets
1048+
:name: useroptions-hideSets
1049+
:type: comma separated list
1050+
1051+
Hides existing :ref:`Site sets <t3coreapi:site-sets>` from the list of available
1052+
sets for backend users, in case only a curated list of sets
1053+
shall be selectable:
1054+
1055+
.. code-block:: typoscript
1056+
:caption: EXT:my_extension/Configuration/user.tsconfig
1057+
1058+
options.sites.hideSets := addToList(typo3/fluid-styled-content)
1059+
1060+
The :guilabel:`Site Management > Sites` GUI will not show hidden sets,
1061+
but makes one exception if a hidden set has already been applied to a site
1062+
1063+
In this case a set
1064+
marked as hidden will be shown in the list of currently activated sets (that means
1065+
it can be introspected and removed via backend UI).

0 commit comments

Comments
 (0)