diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:25:27 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:25:27 +0200 |
| commit | ba3c501ec516e1cc58870708a83874b10fc4584a (patch) | |
| tree | 2c31115382a6ddd30cd6f1f62b3cc6a290fbf545 /internal/config/config.toml | |
| parent | 0abfaeab69cb31c0a80f56598e64fa98f42824c3 (diff) | |
| download | lectio-ba3c501ec516e1cc58870708a83874b10fc4584a.tar.gz lectio-ba3c501ec516e1cc58870708a83874b10fc4584a.zip | |
config,web: web_versions — which version checkboxes start toggled on in lectio-web
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 = |
