From d8bb75be635406b415f7fc114e69ef0f77bedf6f Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 23 Feb 2022 21:50:30 +0100 Subject: [PATCH] Document 'extend_desc' in config.example.yml Thanks to "Le Jester" on Matrix for noticing that it was missing! --- config/config.example.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 59cb486b..e9f0e8f1 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -847,3 +847,13 @@ default_user_preferences: ## Default: false ## #automatic_instance_redirect: false + + ## + ## Show the entire video description by default (when set to 'false', + ## only the first few lines of the description are shown and a + ## "show more" button allows to expand it). + ## + ## Accepted values: true, false + ## Default: false + ## + #extend_desc: false