From d78a6780ca98e59035351a1d41470d09492c0567 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 19 May 2024 04:32:53 +1200 Subject: [PATCH] Updated docs --- docs/DOCKER.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index d84a8496..6e53f584 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -159,7 +159,13 @@ Materialious allows you to overwrite the default values using `VITE_DEFAULT_SETT { // Set to true to enable dark mode, or false to disable it. "darkMode": true, - + + // Force case for Videos/Playlists etc. + "forceCase": "uppercase | lowercase | sentence case | title case", + + // Any ISO 3166 country code + "region": "US", + // Specifies the theme color in hexadecimal format (e.g., #ff0000 for red). "themeColor": "#ff0000",