Fix limits for LOS settings (closes #6167)
This commit is contained in:
parent
ca4d5783d7
commit
3b14153965
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user