-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added custom sidebar menu, configurable via SIDEBAR_CUSTOM_MENU
The menu can be configured both via the setting SIDEBAR_CUSTOM_MENU, where the config is stored as json list of lists, e.g. [["Example",""], ["Pagetitle","Subfolder/Pagetitle"], ["External Link", "https://example.com""]] In the admin preferences the Menu can be configured in a convenient way. For adding wiki pages a dropdown select box with all pages is available. The order can be sorted manually via drag and drop. This was discussed in #125.
- Loading branch information
Showing
14 changed files
with
3,591 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,6 +218,10 @@ pre, | |
padding-right: 0; | ||
} | ||
|
||
.btn-handle { | ||
cursor: move; | ||
} | ||
|
||
.extra-nav-attachment { | ||
padding: 1rem; | ||
} | ||
|
Oops, something went wrong.