summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-02-23 21:50:30 +0100
committerGitHub <noreply@github.com>2022-02-23 21:50:30 +0100
commitd8bb75be635406b415f7fc114e69ef0f77bedf6f (patch)
tree9d96f6539e67325ce8a71c32badbf286a83141a6 /config/config.example.yml
parenta8021e09a75f9285eabcb33e900d09ab64f70944 (diff)
downloadinvidious-d8bb75be635406b415f7fc114e69ef0f77bedf6f.tar.gz
invidious-d8bb75be635406b415f7fc114e69ef0f77bedf6f.tar.bz2
invidious-d8bb75be635406b415f7fc114e69ef0f77bedf6f.zip
Document 'extend_desc' in config.example.yml
Thanks to "Le Jester" on Matrix for noticing that it was missing!
Diffstat (limited to 'config/config.example.yml')
-rw-r--r--config/config.example.yml10
1 files changed, 10 insertions, 0 deletions
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