Merge pull request #5914 from r-peschke/openslides4-dev

Add 'minimum' for some fields in Projector
This commit is contained in:
Finn Stutzenstein 2021-02-23 15:56:29 +01:00 committed by GitHub
commit 36125dadc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1916,12 +1916,15 @@ projector:
default: 0
width:
type: number
minimum: 1
default: 1200
aspect_ratio_numerator:
type: number
minimum: 1
default: 16
aspect_ratio_denominator:
type: number
minimum: 1
default: 9
color:
type: color