Skip to content

Commit 39596ff

Browse files
EZP-30416: INI settings don't support loose typing (#1429)
* Bug fix: INI settings don't support loose typing * Fix not set setting definition * Update settings/contentstructuremenu.ini Co-authored-by: André R <[email protected]>
1 parent bfc9896 commit 39596ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

settings/contentstructuremenu.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ MaxNodes=150
3636
# SortBy[]
3737
# SortBy[]=name/ascending
3838
# SortBy[]=published/descending
39-
# if set to "false" - default sorting will be implemented
40-
# (which is defined for each node)
41-
SortBy=false
39+
# if an empty array, it uses the sorting defined for each node instead (from the Ordering tab)
40+
SortBy[]
4241

4342
# enabled/disabled
4443
ToolTips=enabled

0 commit comments

Comments
 (0)