diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-02-23 21:50:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 21:50:30 +0100 |
| commit | d8bb75be635406b415f7fc114e69ef0f77bedf6f (patch) | |
| tree | 9d96f6539e67325ce8a71c32badbf286a83141a6 /config | |
| parent | a8021e09a75f9285eabcb33e900d09ab64f70944 (diff) | |
| download | invidious-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')
| -rw-r--r-- | config/config.example.yml | 10 |
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 |
