diff options
| author | Loïc Guégan <manzerbredes@mailbox.org> | 2025-07-27 17:38:43 +0200 |
|---|---|---|
| committer | Loïc Guégan <manzerbredes@mailbox.org> | 2025-07-27 17:38:43 +0200 |
| commit | aaf2676cda430c4ae8497fd33525a890e6ea4b82 (patch) | |
| tree | 835cbbe1928f59408314c1a31ad900a228554406 | |
| parent | c78aac6a9308474b197f16dd75b2d8f286f65cdd (diff) | |
Minor changes
| -rw-r--r-- | infos.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -57,6 +57,7 @@ events: type: "none" name: "Deadline student list" date: "19/11/2025" + hidden: yes 1: type: "lecture" @@ -129,7 +130,7 @@ config: format: "text" # Or html/json/csv/latex/mediawiki calendar: hidden: no # Generate calendar or not? - show_room: yes + show_room: no show_time: yes show_who: yes show_project: yes @@ -141,7 +142,7 @@ config: project: "Projects" slots: hidden: no # Generate slots tables or not? - show_room: yes + show_room: no projects: # Generate projects deadline table or not? hidden: no show_week: yes |
