diff options
| author | Loïc Guégan <manzerbredes@mailbox.org> | 2025-07-27 16:11:35 +0200 |
|---|---|---|
| committer | Loïc Guégan <manzerbredes@mailbox.org> | 2025-07-27 16:11:35 +0200 |
| commit | 68783a2d6118c367734d42700cfb423246943c75 (patch) | |
| tree | 3a8bee89425b8183374ddae6de9141652fdaf20a /infos.yaml | |
| parent | 34c5be47ca807ef09a42569604341cd97e07d188 (diff) | |
Minor changes
Diffstat (limited to 'infos.yaml')
| -rw-r--r-- | infos.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -128,6 +128,7 @@ config: name_wrap: 15 # Line break will follow if names exceed this value format: "text" # Or html/json/csv/latex/mediawiki calendar: + hidden: no # Generate calendar or not? show_room: yes show_time: yes show_who: yes @@ -139,8 +140,10 @@ config: week: "Week {}" project: "Projects" slots: + hidden: no # Generate slots tables or not? show_room: yes - projects: + projects: # Generate projects deadline table or not? + hidden: no show_week: yes labels: start: "Project {} handout" |
