add support for "bottom" sort, closes #4277

This commit is contained in:
zadam
2023-09-25 23:25:00 +02:00
parent 964abf390b
commit 984bd726e9
3 changed files with 17 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ module.exports = [
{ type: 'label', name: 'sortNatural' },
{ type: 'label', name: 'sortLocale' },
{ type: 'label', name: 'top' },
{ type: 'label', name: 'bottom' },
{ type: 'label', name: 'fullContentWidth' },
{ type: 'label', name: 'shareHiddenFromTree' },
{ type: 'label', name: 'shareAlias' },