Implements optional alphabetical sort for sections

This commit is contained in:
Alicia Sykes
2021-09-04 23:07:50 +01:00
parent a66636bde8
commit 48533f397a
2 changed files with 16 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ module.exports = {
fontAwesomeKey: '0821c65656',
/* Default API to use for fetching of user service favicon icons (if enabled) */
faviconApi: 'faviconkit',
/* The default sort order for sections */
sortOrder: 'auto',
/* The page paths for each route within the app for the router */
routePaths: {
home: '/home',