diff options
| author | 2024-11-15 09:14:23 +0100 | |
|---|---|---|
| committer | 2024-11-15 09:14:23 +0100 | |
| commit | 5b9248f45f0ce93f9ffe2252f5fb955032ecd529 (patch) | |
| tree | 4f53f9a00979963658f5520de59ffa59edce4e6a /config-user.default.php | |
| parent | 916987717ef1879c3d9f029a43599e54adcb626c (diff) | |
New: Label menu in article row (#6984)
* configs
* add the icon in the entry header line
* rename comment
* Update main.js
* CSS
* comment typo fix
* fix gloabl view my labels menu
* improved: my labels dropdown with triangle now. yay!
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 964ef8860..15b5fb8fb 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -102,6 +102,7 @@ return array ( 'topline_read' => true, 'topline_favorite' => true, + 'topline_myLabels' => false, 'topline_sharing' => false, 'topline_website' => 'full', 'topline_thumbnail' => 'none', |
