mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
add option to always show channel display name (#4422)
* add option to always show channel display name
closes #4040
* show avatar in video miniatures
closes #4040
* Revert "show avatar in video miniatures"
This reverts commit 79b1a84140
.
* channel display name: fix review comments
This commit is contained in:
parent
10ef089102
commit
7399a79f73
11 changed files with 65 additions and 25 deletions
|
@ -43,6 +43,13 @@ class ServerConfigManager {
|
|||
|
||||
return {
|
||||
allowEdits: CONFIG.WEBADMIN.CONFIGURATION.EDITS.ALLOWED,
|
||||
client: {
|
||||
videos: {
|
||||
miniature: {
|
||||
showAuthorDisplayName: CONFIG.CLIENT.VIDEOS.MINIATURE.SHOW_AUTHOR_DISPLAY_NAME
|
||||
}
|
||||
}
|
||||
},
|
||||
instance: {
|
||||
name: CONFIG.INSTANCE.NAME,
|
||||
shortDescription: CONFIG.INSTANCE.SHORT_DESCRIPTION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue