diff --git a/config.yml.sample b/config.yml.sample index b5e80b3a8..eebd69ef9 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -185,6 +185,9 @@ backgrounds: # Whether to enable backgrounds for lists at all. enabled: false providers: + upload: + # Whethere to enable uploaded list backgrounds + enabled: false unsplash: # Whether to enable setting backgrounds from unsplash as list backgrounds enabled: false diff --git a/docs/content/doc/setup/config.md b/docs/content/doc/setup/config.md index 2eb7bcacd..2bf086e91 100644 --- a/docs/content/doc/setup/config.md +++ b/docs/content/doc/setup/config.md @@ -228,6 +228,9 @@ backgrounds: # Whether to enable backgrounds for lists at all. enabled: false providers: + upload: + # Whethere to enable uploaded list backgrounds + enabled: false unsplash: # Whether to enable setting backgrounds from unsplash as list backgrounds enabled: false