From 7399a79f73cc2015e64fad49361439a322ee1d3b Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Tue, 12 Oct 2021 14:23:44 +0200 Subject: 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 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments --- config/default.yaml | 5 +++++ config/production.yaml.example | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 707187b7c..dec34affd 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -75,6 +75,11 @@ email: subject: prefix: "[PeerTube]" +client: + videos: + miniature: + show_author_display_name: false + # From the project root directory storage: tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... diff --git a/config/production.yaml.example b/config/production.yaml.example index e405daa71..a55c99eaa 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -73,6 +73,11 @@ email: subject: prefix: "[PeerTube]" +client: + videos: + miniature: + show_author_display_name: false + # From the project root directory storage: tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... -- cgit v1.2.3