From 3b14153965fbcafec2cfef53dd856dd0f8686146 Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Fri, 16 Jul 2021 12:37:57 +0200 Subject: [PATCH] Fix limits for LOS settings (closes #6167) --- docs/models.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/models.yml b/docs/models.yml index 9761d390f..f0f49532c 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -498,10 +498,11 @@ meeting: # List of speakers list_of_speakers_amount_last_on_projector: type: number - minimum: 0 + minimum: -1 default: 0 list_of_speakers_amount_next_on_projector: type: number + minimum: -1 default: -1 list_of_speakers_couple_countdown: type: boolean