diff options
Diffstat (limited to 'internal/config/config.toml')
| -rw-r--r-- | internal/config/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/config.toml b/internal/config/config.toml index f89a458..3554435 100644 --- a/internal/config/config.toml +++ b/internal/config/config.toml @@ -10,6 +10,7 @@ web_theme = "transfiguration" # default lectio-web theme (built-in order web_port = 0 # lectio-web port; 0 = try 1099, then any free port web_display = "horizontal" # default lectio-web layout ("uklad"): "horizontal" (stacked), "vertical" (columns), "interlinear" (verse-by-verse) web_mono = false # lectio-web: monospace reading face for any theme (also a top-bar "mono" toggle) +web_versions = [] # lectio-web: which versions start toggled on, e.g. ["wuj", "vul"]; empty = just default_version # Hide reading parts you don't want. Every part shows by default; a part is # hidden only when you uncomment its line below (each is preset to false = |
