This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Documentation/UserTsconfig Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1043,3 +1043,23 @@ Properties
1043
1043
:typoscript: `options.showHistory.[tableName] `.
1044
1044
Any value set for a single table will override the default value set for
1045
1045
: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).
You can’t perform that action at this time.
0 commit comments